Difference for src/ComputeHomePatches.h from version 1.1012 to 1.1013

version 1.1012version 1.1013
Line 14
Line 14
  
 #include "Box.h" #include "Box.h"
 #include "OwnerBox.h" #include "OwnerBox.h"
 #include "PositionBox.h" 
 #include "PositionOwnerBox.h" 
  
 class PatchElem { class PatchElem {
   public:   public:
     PatchID patchID;     PatchID patchID;
     HomePatch *p;     HomePatch *p;
     PositionBox<Patch> *positionBox;     Box<Patch,CompAtom> *positionBox;
     PositionBox<Patch> *avgPositionBox;     Box<Patch,CompAtom> *avgPositionBox;
     Box<Patch,Results> *forceBox;     Box<Patch,Results> *forceBox;
     CompAtom *x;     CompAtom *x;
     Results *r;     Results *r;


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



Made by using version 1.53 of cvs2html