--- trunk/src/hydrodynamics/Sphere.hpp 2006/05/17 21:51:42 963 +++ trunk/src/hydrodynamics/Sphere.hpp 2006/06/05 18:24:45 981 @@ -52,7 +52,7 @@ namespace oopse { virtual bool isInterior(Vector3d pos); virtual std::pair getBoundingBox(); virtual bool hasAnalyticalSolution() {return true;} - virtual HydroProps getHydroProps(RealType viscosity, RealType temperature); + virtual HydroProp* getHydroProp(RealType viscosity, RealType temperature); RealType getRadius() {return radius_;}