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

Comparing trunk/src/applications/hydrodynamics/ShapeBuilder.cpp (file contents):
Revision 1207 by gezelter, Mon Jun 5 18:24:45 2006 UTC vs.
Revision 1208 by xsun, Wed Jan 16 20:19:28 2008 UTC

# Line 102 | Line 102 | namespace oopse {
102          
103          if (gayBerneData != NULL) {  
104            GayBerneParam gayBerneParam = gayBerneData->getData();
105 <          currShape = new Ellipsoid(datom->getPos(), gayBerneParam.GB_d/2.0, gayBerneParam.GB_l/2.0, datom->getA());
105 >          currShape = new Ellipsoid(datom->getPos(), gayBerneParam.GB_l/2.0,
106 >                                    gayBerneParam.GB_d/2.0, datom->getA());
107          } else {
108            sprintf( painCave.errMsg,
109                     "Can not cast GenericData to GayBerneParam\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines