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

Comparing trunk/OOPSE-4/src/hydrodynamics/Ellipsoid.hpp (file contents):
Revision 2786 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 2787 by gezelter, Mon Jun 5 18:24:45 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines