Difference for src/CudaTileListKernel.h from version 1.1 to 1.2

version 1.1version 1.2
Line 309
Line 309
  
   void buildTileLists(const int numTileListsPrev,   void buildTileLists(const int numTileListsPrev,
     const int numPatchesIn, const int atomStorageSizeIn, const int maxTileListLenIn,     const int numPatchesIn, const int atomStorageSizeIn, const int maxTileListLenIn,
     const float latticeX, const float latticeY, const float latticeZ,     const float3 lata, const float3 latb, const float3 latc,
     const CudaPatchRecord* h_cudaPatches, const float4* h_xyzq, const float plcutoff2In, cudaStream_t stream);     const CudaPatchRecord* h_cudaPatches, const float4* h_xyzq, const float plcutoff2In, cudaStream_t stream);
  
   void reSortTileLists(const bool doGBIS, cudaStream_t stream);   void reSortTileLists(const bool doGBIS, cudaStream_t stream);


Legend:
Removed in v.1.1 
changed lines
 Added in v.1.2



Made by using version 1.53 of cvs2html