Difference for src/PatchTypes.h from version 1.23 to 1.24

version 1.23version 1.24
Line 50
Line 50
 class Results class Results
 { {
 public: public:
   enum { normal=0, nbond=1, slow=2, amdf=3, maxNumForces=4 };   enum { normal=0, nbond=1, slow=2, amdf=3, nbond_virial=4, slow_virial=5, maxNumForces=6 };
 //  enum { normal=0, nbond=1, slow=2, maxNumForces=3 }; //  enum { normal=0, nbond=1, slow=2, maxNumForces=3 };
   Force *f[maxNumForces];   Force *f[maxNumForces];
 }; };


Legend:
Removed in v.1.23 
changed lines
 Added in v.1.24



Made by using version 1.53 of cvs2html