--- trunk/src/applications/staticProps/GofR.cpp 2005/02/17 15:23:56 359 +++ trunk/src/applications/staticProps/GofR.cpp 2005/02/17 16:21:07 360 @@ -120,7 +120,9 @@ void GofR::writeRdf() { } else { - + sprintf(painCave.errMsg, "GofR: unable to open %s\n", outputFilename_.c_str()); + painCave.isFatal = 1; + simError(); } rdfStream.close();