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

version 1.1013version 1.1014
Line 17
Line 17
  
 #include "Box.h" #include "Box.h"
 #include "OwnerBox.h" #include "OwnerBox.h"
 #include "PositionBox.h" 
 #include "PositionOwnerBox.h" 
  
 class Patch; class Patch;
 class Node; class Node;
Line 52
Line 50
 // private: // hack for ComputeNonbondedPair::noWork() // private: // hack for ComputeNonbondedPair::noWork()
   PatchID patchID[2];   PatchID patchID[2];
   int trans[2];   int trans[2];
   PositionBox<Patch> *positionBox[2];   Box<Patch,CompAtom> *positionBox[2];
   Box<Patch,Results> *forceBox[2];   Box<Patch,Results> *forceBox[2];
 }; };
  


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



Made by using version 1.53 of cvs2html