added "dotF" synonym to load case parsing.

This commit is contained in:
Philip Eisenlohr 2012-02-10 17:45:45 +00:00
parent 1cc2315954
commit b211c13487
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ program DAMASK_spectral
select case (IO_lc(IO_stringValue(line,positions,i)))
case('l','velocitygrad','velgrad','velocitygradient')
N_l = N_l + 1_pInt
case('fdot')
case('fdot','dotf')
N_Fdot = N_Fdot + 1_pInt
case('t','time','delta')
N_t = N_t + 1_pInt