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 980 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 981 by gezelter, Mon Jun 5 18:24:45 2006 UTC

# Line 43 | Line 43
43   #define HYDRODYNAMICS_SHAPE_HPP
44   #include <utility>
45   #include "math/Vector3.hpp"
46 < #include "utils/HydroProps.hpp"
46 > #include "hydrodynamics/HydroProp.hpp"
47  
48   namespace oopse {
49    
# 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(RealType viscosity, RealType temperature) = 0;
57 >    virtual HydroProp* getHydroProp(RealType viscosity, RealType temperature) = 0;
58    };  
59   }
60   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines