Difference for src/Patch.h from version 1.1045 to 1.1046

version 1.1045version 1.1046
Line 113
Line 113
      int getNumComputes() { return positionComputeList.size(); }      int getNumComputes() { return positionComputeList.size(); }
  
      CompAtomExt* getCompAtomExtInfo() { return pExt.begin(); }      CompAtomExt* getCompAtomExtInfo() { return pExt.begin(); }
  #ifdef NAMD_KNL
       CompAtomFlt* getCompAtomFlt() { return pFlt.begin(); }
  #endif
      CudaAtom* getCudaAtomList() { return cudaAtomPtr; }      CudaAtom* getCudaAtomList() { return cudaAtomPtr; }
  
      Lattice &lattice;      Lattice &lattice;
Line 164
Line 167
      #endif      #endif
  
      CompAtomExtList pExt;      CompAtomExtList pExt;
  #ifdef NAMD_KNL
       CompAtomFltList pFlt;
  #endif
  
 #ifdef REMOVE_PROXYDATAMSG_EXTRACOPY #ifdef REMOVE_PROXYDATAMSG_EXTRACOPY
      //1. Those fields are declared for reusing position info      //1. Those fields are declared for reusing position info


Legend:
Removed in v.1.1045 
changed lines
 Added in v.1.1046



Made by using version 1.53 of cvs2html