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
3b61709f
Commit
3b61709f
authored
Jun 24, 2008
by
Mattijs Janssens
Committed by
graham
Jun 24, 2008
Browse files
writing note field
parent
ad89051b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C
View file @
3b61709f
...
...
@@ -52,7 +52,7 @@ bool Foam::IOobject::writeHeader(Ostream& os) const
// outdent for visibility and more space
if
(
note
().
size
())
{
os
<<
" note "
<<
note
()
<<
";
\n
"
;
os
<<
" note
"
<<
note
()
<<
";
\n
"
;
}
os
<<
" location "
<<
instance
()
/
local
()
<<
";
\n
"
...
...
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