added "dotF" synonym to load case parsing.
This commit is contained in:
parent
1cc2315954
commit
b211c13487
|
@ -220,7 +220,7 @@ program DAMASK_spectral
|
||||||
select case (IO_lc(IO_stringValue(line,positions,i)))
|
select case (IO_lc(IO_stringValue(line,positions,i)))
|
||||||
case('l','velocitygrad','velgrad','velocitygradient')
|
case('l','velocitygrad','velgrad','velocitygradient')
|
||||||
N_l = N_l + 1_pInt
|
N_l = N_l + 1_pInt
|
||||||
case('fdot')
|
case('fdot','dotf')
|
||||||
N_Fdot = N_Fdot + 1_pInt
|
N_Fdot = N_Fdot + 1_pInt
|
||||||
case('t','time','delta')
|
case('t','time','delta')
|
||||||
N_t = N_t + 1_pInt
|
N_t = N_t + 1_pInt
|
||||||
|
|
Loading…
Reference in New Issue