| # | Line 42 | Line 42 | |
|---|---|---|
| 42 | #ifndef APPLICATIONS_STATICPROPS_STATICANALYSER_HPP | |
| 43 | #define APPLICATIONS_STATICPROPS_STATICANALYSER_HPP | |
| 44 | ||
| 45 | – | namespace OpenMD { |
| 45 | #include <string> | |
| 46 | #include "brains/SimInfo.hpp" | |
| 47 | ||
| 48 | + | namespace OpenMD { |
| 49 | + | |
| 50 | class StaticAnalyser{ | |
| 51 | public: | |
| 52 | StaticAnalyser(SimInfo* info, const std::string& filename) : info_(info), currentSnapshot_(NULL), dumpFilename_(filename), step_(1), usePeriodicBoundaryConditions_(info->getSimParams()->getUsePeriodicBoundaryConditions()) {} | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |