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