mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Fix json parameter file syntax error
This commit is contained in:
@@ -41,7 +41,7 @@ bool RifFaultRAJSonWriter::writeToPreprocFile( RimFaultRAPreprocSettings& settin
|
||||
stream << "{" << endl;
|
||||
stream << "\"odb_path\": \"" + settings.geomechCaseFilename() + "\"," << endl;
|
||||
stream << "\"time_start\": \"" + settings.startTimeStepGeoMech() + "\"," << endl;
|
||||
stream << "\"time_end\": \"" + settings.endTimeStepGeoMech() + "\"" << endl;
|
||||
stream << "\"time_end\": \"" + settings.endTimeStepGeoMech() + "\"," << endl;
|
||||
stream << "\"out_path\": \"" + settings.outputAbaqusDirectory() + "\"" << endl;
|
||||
stream << "}" << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user