Skip to content

Commit

Permalink
Fix typo in keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
pprcht committed Dec 11, 2024
1 parent 04fcf76 commit 1a38350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsing/parse_maindata.f90
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ subroutine parse_main_c(env,key,val,rd)
env%autozsort = .false.
env%performCross = .false.
env%rotamermds = .false.
case ('entropy','imtd-stmd')
case ('entropy','imtd-smtd')
env%crestver = crest_imtd !> the entropy mode acts as subtype of the crest_imtd algo
env%properties = abs(p_CREentropy)
env%autozsort = .false. !> turn off zsort (since we are not going to GC anyways)
Expand Down

0 comments on commit 1a38350

Please sign in to comment.