Difference for src/ComputePatchPair.h from version 1.1012 to 1.1013

version 1.1012version 1.1013
Line 36
Line 36
  
 protected : protected :
   int numAtoms[2];   int numAtoms[2];
  
    // DMK - Atom Separation (water vs. non-water)
    #if NAMD_SeparateWaters != 0
      int numWaterAtoms[2];
    #endif
  
 #ifdef MEM_OPT_VERSION #ifdef MEM_OPT_VERSION
   virtual void doForce(CompAtom* p[2], CompAtomExt* pExt[2], Results* r[2]);   virtual void doForce(CompAtom* p[2], CompAtomExt* pExt[2], Results* r[2]);
 #else #else


Legend:
Removed in v.1.1012 
changed lines
 Added in v.1.1013



Made by using version 1.53 of cvs2html