Skip to content

Commit

Permalink
SED: remove version info to match all other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Sep 5, 2024
1 parent 982fdba commit adde4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/simple-elastodyn/src/SED.f90
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MODULE SED

implicit none
private
type(ProgDesc), parameter :: SED_Ver = ProgDesc( 'SED', 'v1.00.00', '15-Feb-2022' )
type(ProgDesc), parameter :: SED_Ver = ProgDesc( 'SED', '', '' )

public :: SED_Init
public :: SED_End
Expand Down

0 comments on commit adde4c6

Please sign in to comment.