Commit 7e57e193 authored by Marco Drache's avatar Marco Drache
Browse files

feature: set json export as default

parent e31dee7c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = "";