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
iwr
amdis
Commits
d307a2bf
Commit
d307a2bf
authored
Jun 04, 2010
by
Thomas Witkowski
Browse files
Reset vtu filewrite precision to 5.
parent
7fc0e1d7
Changes
1
Show whitespace changes
Inline
Side-by-side
AMDiS/src/VtkWriter.hh
View file @
d307a2bf
...
@@ -127,7 +127,7 @@ namespace AMDiS {
...
@@ -127,7 +127,7 @@ namespace AMDiS {
DOFVector
<
std
::
list
<
WorldVector
<
double
>
>
>::
Iterator
coordIt
(
dofCoords
,
USED_DOFS
);
DOFVector
<
std
::
list
<
WorldVector
<
double
>
>
>::
Iterator
coordIt
(
dofCoords
,
USED_DOFS
);
file
<<
std
::
scientific
;
file
<<
std
::
scientific
;
file
.
precision
(
1
5
);
file
.
precision
(
5
);
// Write the values for all vertex DOFs.
// Write the values for all vertex DOFs.
for
(
intPointIt
.
reset
(),
valueIt
.
reset
(),
coordIt
.
reset
();
for
(
intPointIt
.
reset
(),
valueIt
.
reset
(),
coordIt
.
reset
();
...
...
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