From 3358c056e6eb22e1fca167f50124c877504d55aa Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 4 Apr 2016 13:53:20 +0100 Subject: [PATCH] surfaceMeshConvert: Reinstated missing error messages --- .../utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C b/applications/utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C index 17e22f8c0..45bd203c9 100644 --- a/applications/utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C +++ b/applications/utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C @@ -197,6 +197,7 @@ int main(int argc, char *argv[]) if (!csDictIoPtr->headerOk()) { FatalErrorInFunction + << "Cannot open coordinateSystems file\n " << csDictIoPtr->objectPath() << nl << exit(FatalError); } @@ -240,6 +241,7 @@ int main(int argc, char *argv[]) if (fromCsys.valid() && toCsys.valid()) { FatalErrorInFunction + << "Only allowed '-from' or '-to' option at the moment." << exit(FatalError); } }