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

Comparing trunk/OOPSE-4/src/applications/hydrodynamics/CompositeShape.hpp (file contents):
Revision 2786 by gezelter, Wed May 24 18:31:12 2006 UTC vs.
Revision 2787 by gezelter, Mon Jun 5 18:24:45 2006 UTC

# Line 56 | Line 56 | namespace oopse {
56      virtual bool isInterior(Vector3d pos);
57      virtual std::pair<Vector3d, Vector3d> getBoundingBox();
58      virtual bool hasAnalyticalSolution() { return false;}
59 <    virtual HydroProps getHydroProps(RealType viscosity, RealType temperature);
59 >    virtual HydroProp* getHydroProp(RealType viscosity, RealType temperature);
60      void addShape(Shape* s) {shapes_.push_back(s);}
61      
62    private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines