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