| # | Line 55 | Line 55 | SimInfo::SimInfo(){ | |
|---|---|---|
| 55 | useEAM = 0; | |
| 56 | ||
| 57 | wrapMeSimInfo( this ); | |
| 58 | + | } |
| 59 | + | |
| 60 | + | SimInfo::~SimInfo(){ |
| 61 | + | |
| 62 | + | map<string, GenericData*>::iterator i; |
| 63 | + | |
| 64 | + | for(i = properties.begin(); i != properties.end(); i++) |
| 65 | + | delete (*i).second; |
| 66 | + | |
| 67 | + | |
| 68 | } | |
| 69 | ||
| 70 | void SimInfo::setBox(double newBox[3]) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |