Skip to content
Snippets Groups Projects
Commit 8de54d3b authored by mattijs's avatar mattijs
Browse files

error message

parent f411ac68
Branches
Tags
No related merge requests found
......@@ -91,7 +91,7 @@ bool Foam::IOobject::readHeader(Istream& is)
<< "First token could not be read or is not the keyword 'FoamFile'"
<< nl << nl << "Check header is of the form:" << nl << endl;
writeHeader(Info);
writeHeader(SeriousError);
return false;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment