| # | Line 107 | Line 107 | void SimSetup::createSim(void){ | |
|---|---|---|
| 107 | ||
| 108 | if (!isInfoArray){ | |
| 109 | initSystemCoords(); | |
| 110 | + | |
| 111 | + | if( !(globals->getUseInitTime()) ) |
| 112 | + | info[0].currentTime = 0.0; |
| 113 | } | |
| 114 | ||
| 115 | // make the output filenames | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |