| # | 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; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |