ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/hydrodynamics/Shape.hpp
(Generate patch)

Comparing trunk/src/hydrodynamics/Shape.hpp (file contents):
Revision 956 by gezelter, Tue May 16 02:06:37 2006 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 54 | Line 54 | namespace oopse {
54      virtual bool isInterior(Vector3d pos) = 0;
55      virtual std::pair<Vector3d, Vector3d> getBoundingBox() = 0;
56      virtual bool hasAnalyticalSolution() = 0;
57 <    virtual HydroProps getHydroProps(double viscosity, double temperature) = 0;
57 >    virtual HydroProps getHydroProps(RealType viscosity, RealType temperature) = 0;
58    };  
59   }
60   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines