| # | Line 338 | Line 338 | WATER::WATER(){ | |
|---|---|---|
| 338 | if( frcFile == NULL ){ | |
| 339 | ||
| 340 | sprintf( painCave.errMsg, | |
| 341 | < | "Error opening the force field parameter file: %s\n" |
| 342 | < | "Have you tried setting the FORCE_PARAM_PATH environment " |
| 341 | > | "Error opening the force field parameter file:\n" |
| 342 | > | "\t%s\n" |
| 343 | > | "\tHave you tried setting the FORCE_PARAM_PATH environment " |
| 344 | "variable?\n", | |
| 345 | fileName ); | |
| 346 | + | painCave.severity = OOPSE_ERROR; |
| 347 | painCave.isFatal = 1; | |
| 348 | simError(); | |
| 349 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |