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
c9ab12cb
Commit
c9ab12cb
authored
Sep 02, 2020
by
mattijs
Browse files
ENH: IOobject: print some more info
parent
1e95af4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/IOobject/IOobjectIO.C
View file @
c9ab12cb
...
...
@@ -41,6 +41,7 @@ Foam::Ostream& Foam::operator<<(Ostream& os, const InfoProxy<IOobject>& ip)
<<
" local: "
<<
io
.
local
()
<<
" readOpt: "
<<
static_cast
<
int
>
(
io
.
readOpt
())
<<
" writeOpt: "
<<
static_cast
<
int
>
(
io
.
writeOpt
())
<<
" registerObject: "
<<
io
.
registerObject
()
<<
" globalObject: "
<<
io
.
globalObject
()
<<
token
::
SPACE
<<
io
.
path
()
<<
endl
;
...
...
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