| # | Line 903 | Line 903 | void SimSetup::initSystemCoords( void ){ | |
|---|---|---|
| 903 | if( worldRank == 0 ){ | |
| 904 | #endif //is_mpi | |
| 905 | inName = globals->getInitialConfig(); | |
| 906 | + | double* tempDouble = new double[1000000]; |
| 907 | fileInit = new InitializeFromFile( inName ); | |
| 908 | #ifdef IS_MPI | |
| 909 | }else fileInit = new InitializeFromFile( NULL ); | |
| # | Line 1615 | Line 1616 | void SimSetup::setupZConstraint(SimInfo& theInfo) | |
| 1616 | ||
| 1617 | // | |
| 1618 | nZConstraints = globals->getNzConstraints(); | |
| 1619 | + | theInfo.nZconstraints = nZConstraints; |
| 1620 | + | |
| 1621 | zconStamp = globals->getZconStamp(); | |
| 1622 | ZConsParaItem tempParaItem; | |
| 1623 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |