| # | Line 699 | Line 699 | void SimSetup::gatherInfo(void){ | |
|---|---|---|
| 699 | ||
| 700 | if (globals->haveTempSet()) | |
| 701 | info[i].setTemp = globals->getTempSet(); | |
| 702 | + | |
| 703 | + | // check for the extended State init | 
| 704 | + | |
| 705 | + | info[i].useInitXSstate = globals->getUseInitXSstate(); | 
| 706 | + | info[i].orthoTolerance = globals->getOrthoBoxTolerance(); | 
| 707 | ||
| 708 | } | |
| 709 | ||
| # | Line 853 | Line 858 | void SimSetup::finalInfoCheck(void){ | |
| 858 | info[i].setDefaultEcr(theEcr, theEst); | |
| 859 | } | |
| 860 | } | |
| 861 | + | |
| 862 | + | if( !initSuspend ) | 
| 863 | + | info[i].checkCutOffs(); | 
| 864 | } | |
| 865 | ||
| 866 | #ifdef IS_MPI | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |