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

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


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



Made by using version 1.53 of cvs2html