Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
70fff8fb
Commit
70fff8fb
authored
Jan 20, 2010
by
henry
Browse files
Changed SeriousError to Info for a follow-on message.
parent
cdb616eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/IOobject/IOobjectReadHeader.C
View file @
70fff8fb
...
...
@@ -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
(
SeriousError
);
writeHeader
(
Info
);
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment