| # | Line 52 | Line 52 | namespace OpenMD { | |
|---|---|---|
| 52 | ||
| 53 | public: | |
| 54 | RNEMDZ(SimInfo* info, const std::string& filename, const std::string& sele, int nzbins); | |
| 55 | + | void processFrame(int frame); |
| 56 | void processStuntDouble(StuntDouble* sd, int bin); | |
| 57 | ||
| 58 | protected: | |
| # | Line 64 | Line 65 | namespace OpenMD { | |
| 65 | ||
| 66 | public: | |
| 67 | RNEMDR(SimInfo* info, const std::string& filename, const std::string& sele, int nzbins); | |
| 68 | + | void processFrame(int frame); |
| 69 | void processStuntDouble(StuntDouble* sd, int bin); | |
| 70 | ||
| 71 | protected: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |