Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
2c86686d
Commit
2c86686d
authored
Jul 30, 2010
by
Backofen, Rainer
Browse files
removed output of annoying first 2 lines in MacroWriter
parent
172e2df7
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/MacroWriter.cc
View file @
2c86686d
...
...
@@ -59,8 +59,9 @@ namespace AMDiS {
file
.
open
(
name
);
// === print file header ===
file
<<
"mesh name: "
<<
dc
->
getMesh
()
->
getName
()
<<
std
::
endl
<<
std
::
endl
;
file
<<
"time: "
<<
std
::
scientific
<<
time
<<
std
::
endl
<<
std
::
endl
;
// comment out annoying usless info
//file << "mesh name: " << dc->getMesh()->getName() << std::endl << std::endl;
//file << "time: " << std::scientific << time << std::endl << std::endl;
file
<<
"DIM: "
<<
dim
<<
std
::
endl
;
file
<<
"DIM_OF_WORLD: "
<<
dow
<<
std
::
endl
<<
std
::
endl
;
...
...
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