| # | Line 1561 | Line 1561 | char* Globals::checkMe( void ){ | |
|---|---|---|
| 1561 | strcat( err, "\t->targetTemp\n" ); | |
| 1562 | have_err= 1; | |
| 1563 | } | |
| 1564 | + | |
| 1565 | ||
| 1566 | < | if( !have_ensemble ){ |
| 1567 | < | strcat( err, "\t->ensemble\n" ); |
| 1568 | < | have_err= 1; |
| 1569 | < | } |
| 1566 | > | if(!have_minimizer) |
| 1567 | > | if( !have_ensemble ){ |
| 1568 | > | strcat( err, "\t->ensemble\n" ); |
| 1569 | > | have_err= 1; |
| 1570 | > | } |
| 1571 | ||
| 1572 | if( !have_dt ){ | |
| 1573 | strcat( err, "\t->dt\n" ); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |