Loading include/SimulationController.h +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ public: void exportConcentrationNumMolecules(double _reactionTime) const; void exportReactionsCount(double _reactionTime) const; void exportPolymers(std::string _prefixFilename, double _reactionTime, bool _binaryExport, bool _writeHeader); void exportLabeledPolymers(std::string _prefixFilename, int _id1, int _id2, double _reactionTime, bool _writeHeader, bool _filter); protected: void exportComplete(time_t _timerStart, TerminationConditions _terminationConditions) const; Loading Loading
include/SimulationController.h +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ public: void exportConcentrationNumMolecules(double _reactionTime) const; void exportReactionsCount(double _reactionTime) const; void exportPolymers(std::string _prefixFilename, double _reactionTime, bool _binaryExport, bool _writeHeader); void exportLabeledPolymers(std::string _prefixFilename, int _id1, int _id2, double _reactionTime, bool _writeHeader, bool _filter); protected: void exportComplete(time_t _timerStart, TerminationConditions _terminationConditions) const; Loading