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

version 1.24version 1.25
Line 1
Line 1
  #ifndef COMPUTENONBONDEDCUDA_H
  #define COMPUTENONBONDEDCUDA_H
 #include "ComputeNonbondedUtil.h" #include "ComputeNonbondedUtil.h"
 #include "ComputeHomeTuples.h" #include "ComputeHomeTuples.h"
  
Line 110
Line 112
  
   //int gpu_is_mine;   //int gpu_is_mine;
  
    // GPU device ID that this non-bonded computation uses
    int deviceID;
  
   PatchMap *patchMap;   PatchMap *patchMap;
   AtomMap *atomMap;   AtomMap *atomMap;
   SubmitReduction *reduction;   SubmitReduction *reduction;
Line 133
Line 138
   int savePairlists;   int savePairlists;
   float plcutoff2;   float plcutoff2;
  
    int atoms_size;
    CudaAtom* atoms;
  
   private:   private:
   void finishPatch(patch_record&);   void finishPatch(patch_record&);
  
 }; };
  
  #endif //COMPUTENONBONDEDCUDA_H


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



Made by using version 1.53 of cvs2html