surfaceMeshConvert: Reinstated missing error messages
This commit is contained in:
parent
1c97ed7098
commit
3358c056e6
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue