diff --git a/src/parsing/parse_maindata.f90 b/src/parsing/parse_maindata.f90 index a626007..33fa973 100644 --- a/src/parsing/parse_maindata.f90 +++ b/src/parsing/parse_maindata.f90 @@ -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)