mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix json parameter file syntax error
This commit is contained in:
parent
9ccc650513
commit
9c74e58510
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user