corrected UpperCase "SolidSolutionStrength" in config file parsing.

This commit is contained in:
Philip Eisenlohr 2010-10-15 12:59:00 +00:00
parent 3c502561ee
commit 61f8a5fcbe
1 changed files with 28 additions and 28 deletions

View File

@ -327,7 +327,7 @@ do ! read thru sections of
constitutive_dislotwin_Cmfptwin(i) = IO_floatValue(line,positions,2)
case ('cthresholdtwin')
constitutive_dislotwin_Cthresholdtwin(i) = IO_floatValue(line,positions,2)
case ('SolidSolutionStrength')
case ('solidsolutionstrength')
constitutive_dislotwin_SolidSolutionStrength(i) = IO_floatValue(line,positions,2)
case ('L0')
constitutive_dislotwin_L0(i) = IO_floatValue(line,positions,2)