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

Comparing trunk/src/hydrodynamics/Sphere.hpp (file contents):
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 981 by gezelter, Mon Jun 5 18:24:45 2006 UTC

# Line 52 | Line 52 | namespace oopse {
52      virtual bool isInterior(Vector3d pos);
53      virtual std::pair<Vector3d, Vector3d> getBoundingBox();
54      virtual bool hasAnalyticalSolution() {return true;}    
55 <    virtual HydroProps getHydroProps(RealType viscosity, RealType temperature);
55 >    virtual HydroProp* getHydroProp(RealType viscosity, RealType temperature);
56      
57      RealType getRadius() {return radius_;}
58      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines