# | Line 595 | Line 595 | DUFF::DUFF(){ | |
---|---|---|
595 | if( frcFile == NULL ){ | |
596 | ||
597 | sprintf( painCave.errMsg, | |
598 | < | "Error opening the force field parameter file: %s\n" |
599 | < | "Have you tried setting the FORCE_PARAM_PATH environment " |
600 | < | "vairable?\n", |
598 | > | "Error opening the force field parameter file:\n" |
599 | > | "\t%s\n" |
600 | > | "\tHave you tried setting the FORCE_PARAM_PATH environment " |
601 | > | "variable?\n", |
602 | fileName ); | |
603 | + | painCave.severity = OOPSE_ERROR; |
604 | painCave.isFatal = 1; | |
605 | simError(); | |
606 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |