Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
0abf9b45
Commit
0abf9b45
authored
May 18, 2010
by
Andrew Heather
Browse files
STYLE: correction to FatalIOErrorIn message
parent
443a8488
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/dictionary/dictionaryIO.C
View file @
0abf9b45
...
...
@@ -82,7 +82,7 @@ bool Foam::dictionary::read(Istream& is, const bool keepHeader)
{
if
(
!
is
.
good
())
{
FatalIOErrorIn
(
"dictionary::read(Istream&, bool)"
,
is
)
FatalIOErrorIn
(
"dictionary::read(Istream&,
const
bool)"
,
is
)
<<
"Istream not OK for reading dictionary "
<<
exit
(
FatalIOError
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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