Loading include/modelObjects.h +2 −2 Original line number Diff line number Diff line Loading @@ -264,12 +264,12 @@ struct mcPolymerParameter { bool CmdlSetPressure = false; uint64_t numMolecules = 0; bool CmdlSetnumMolecules = false; uint64_t logLevel = 0; uint64_t logLevel = 1; std::vector<exportEvent> timeline; bool initmcPolymerAsLibrary = false; bool CmdlSetGenerateJSON = false; std::string modelFileJSON = ""; bool CmdlSetLogJSON = false; bool CmdlSetLogJSON = true; double controlVolume = 0.0; bool CmdlSetControlVolume = false; std::string entryProbabilityFile = ""; Loading Loading
include/modelObjects.h +2 −2 Original line number Diff line number Diff line Loading @@ -264,12 +264,12 @@ struct mcPolymerParameter { bool CmdlSetPressure = false; uint64_t numMolecules = 0; bool CmdlSetnumMolecules = false; uint64_t logLevel = 0; uint64_t logLevel = 1; std::vector<exportEvent> timeline; bool initmcPolymerAsLibrary = false; bool CmdlSetGenerateJSON = false; std::string modelFileJSON = ""; bool CmdlSetLogJSON = false; bool CmdlSetLogJSON = true; double controlVolume = 0.0; bool CmdlSetControlVolume = false; std::string entryProbabilityFile = ""; Loading