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

Comparing trunk/OOPSE-4/src/applications/hydrodynamics/CompositeShape.cpp (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 83 | Line 83 | namespace oopse {
83      return boundary;
84    }
85    
86 <  HydroProps CompositeShape::getHydroProps(RealType viscosity, RealType temperature) {
87 <    HydroProps props;
88 <    props.center =V3Zero;
86 >  HydroProp* CompositeShape::getHydroProp(RealType viscosity, RealType temperature) {
87 >    HydroProp* props;
88 >    props->setCOR(V3Zero);
89      sprintf( painCave.errMsg,
90               "CompositeShape was asked to return an analytic HydroProps.\n");
91      painCave.severity = OOPSE_ERROR;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines