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

Comparing branches/development/src/applications/hydrodynamics/ApproximationModel.cpp (file contents):
Revision 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC vs.
Revision 1826 by gezelter, Wed Jan 9 19:41:48 2013 UTC

# Line 72 | Line 72 | namespace OpenMD {
72    
73    bool ApproximationModel::calcHydroProps(Shape* shape, RealType viscosity, RealType temperature) {
74      
75    bool ret = true;
75      HydroProp* cr = new HydroProp();
76      HydroProp* cd = new HydroProp();
77      calcHydroPropsAtCR(beads_, viscosity, temperature, cr);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines