# | Line 32 | Line 32 | void GenRelValMod::SlaveBegin() | |
---|---|---|
32 | if (fWrite) { | |
33 | ofile = new std::ofstream(fFileName); | |
34 | if (ofile->bad()) { | |
35 | < | SendError(kAbortAnalysis, "SlaveBegin", "Can not open output file."); |
35 | > | SendError(kAbortAnalysis, "SlaveBegin", "Cannot open output file."); |
36 | } | |
37 | } | |
38 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |