Skip to content
GitLab
Menu
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
b2deb309
Commit
b2deb309
authored
Jun 14, 2013
by
laurence
Browse files
BUG: IOobject: Write correct location in header files
parent
5d33f36a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/IOobject/IOobjectWriteHeader.C
View file @
b2deb309
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
2
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -28,6 +28,7 @@ Description
\*---------------------------------------------------------------------------*/
#include
"IOobject.H"
#include
"objectRegistry.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -53,7 +54,7 @@ bool Foam::IOobject::writeHeader(Ostream& os, const word& type) const
os
<<
" note "
<<
note
()
<<
";
\n
"
;
}
os
<<
" location "
<<
instance
()
/
local
()
<<
";
\n
"
os
<<
" location "
<<
instance
()
/
db
().
dbDir
()
/
local
()
<<
";
\n
"
<<
" object "
<<
name
()
<<
";
\n
"
<<
"}"
<<
nl
;
...
...
Write
Preview
Supports
Markdown
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