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
ef8ac6ff
Commit
ef8ac6ff
authored
Feb 19, 2009
by
mattijs
Browse files
message change
parent
5c97cd1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/Time/findInstance.C
View file @
ef8ac6ff
...
...
@@ -58,8 +58,9 @@ Foam::word Foam::Time::findInstance
{
if
(
debug
)
{
Info
<<
"Time::findInstance(const fileName&, const word&) : "
<<
"found
\"
"
<<
name
Info
<<
"Time::findInstance"
"(const fileName&, const word&, const IOobject::readOption)"
<<
" : found
\"
"
<<
name
<<
"
\"
in "
<<
timeName
()
/
dir
<<
endl
;
}
...
...
@@ -98,8 +99,8 @@ Foam::word Foam::Time::findInstance
if
(
debug
)
{
Info
<<
"Time::findInstance"
"(const fileName&,const word&
) :
"
<<
"found
\"
"
<<
name
"(const fileName&,
const word&
, const IOobject::readOption)
"
<<
"
:
found
\"
"
<<
name
<<
"
\"
in "
<<
ts
[
instanceI
].
name
()
/
dir
<<
endl
;
}
...
...
@@ -129,8 +130,8 @@ Foam::word Foam::Time::findInstance
if
(
debug
)
{
Info
<<
"Time::findInstance"
"(const fileName&,const word&
) :
"
<<
"found
\"
"
<<
name
"(const fileName&,
const word&
, const IOobject::readOption)
"
<<
"
:
found
\"
"
<<
name
<<
"
\"
in "
<<
constant
()
/
dir
<<
endl
;
}
...
...
@@ -141,10 +142,10 @@ Foam::word Foam::Time::findInstance
if
(
rOpt
==
IOobject
::
MUST_READ
)
{
FatalErrorIn
(
"Time::findInstance
(const fileName&,const word&)
"
)
<<
"Cannot find file
\"
"
<<
name
<<
"
\"
in directory "
(
"Time::findInstance"
"(const fileName&, const word&, const IOobject::readOption)"
)
<<
"Cannot find file
\"
"
<<
name
<<
"
\"
in directory "
<<
constant
()
/
dir
<<
exit
(
FatalError
);
}
...
...
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