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

version 1.1013version 1.1014
Line 16
Line 16
  
 #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 50
Line 48
  
 private: private:
   PatchID patchID;   PatchID patchID;
   PositionBox<Patch> *positionBox;   Box<Patch,CompAtom> *positionBox;
   Box<Patch,Results> *forceBox;   Box<Patch,Results> *forceBox;
  
 }; };


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



Made by using version 1.53 of cvs2html