ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/integrators/LDForceManager.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/integrators/LDForceManager.hpp (file contents):
Revision 2733 by gezelter, Tue Apr 25 02:09:01 2006 UTC vs.
Revision 2752 by gezelter, Tue May 16 02:06:37 2006 UTC

# Line 45 | Line 45
45   #include "brains/ForceManager.hpp"
46   #include "primitives/Molecule.hpp"
47   #include "math/SeqRandNumGen.hpp"
48 + #include "hydrodynamics/Shape.hpp"
49  
50   namespace oopse {
51 +  
52 +  struct SDShape{
53 +    StuntDouble* sd;
54 +    Shape* shape;
55 +  };
56    
51  
57    struct HydroProp{
58      Vector3d cor;
59      Mat3x3d Xirtt;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines