Difference for src/ComputeHomePatch.h from version 1.3 to 1.4

version 1.3version 1.4
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 HomePatch; class HomePatch;
Line 42
Line 40
  
 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.3 
changed lines
 Added in v.1.4



Made by using version 1.53 of cvs2html