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
dumux-repositories
dumux
Commits
7591eee1
Commit
7591eee1
authored
Oct 16, 2019
by
Kilian Weishaupt
Browse files
[io][pointcloudwriter] Fix output of 3d vectors and includes
parent
1936a094
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/io/pointcloudvtkwriter.hh
View file @
7591eee1
...
...
@@ -24,12 +24,11 @@
#ifndef DUMUX_POINTCLOUD_VTK_WRITER_HH
#define DUMUX_POINTCLOUD_VTK_WRITER_HH
#include
<string>
#include
<dune/common/fvector.hh>
#include
<dumux/io/vtkoutputmodule.hh>
#include
<dumux/io/staggeredvtkoutputmodule.hh>
#include
<dune/grid/io/file/vtk/common.hh>
#include
<dune/common/exceptions.hh>
#include
<dune/common/path.hh>
#include
<dune/grid/io/file/vtk/common.hh>
namespace
Dumux
{
...
...
@@ -402,7 +401,7 @@ private:
if
(
g
.
size
()
<
3
)
file
<<
g
<<
" 0 "
;
else
file
<<
g
;
file
<<
g
<<
" "
;
}
const
std
::
vector
<
GlobalPosition
>&
coordinates_
;
...
...
Timo Koch
@timok
mentioned in commit
65d21bfa
·
Oct 18, 2019
mentioned in commit
65d21bfa
mentioned in commit 65d21bfa097540258be3e07bedeae1ee9fdbbf08
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!1765 (merged)
·
Oct 18, 2019
mentioned in merge request
!1765 (merged)
mentioned in merge request !1765
Toggle commit list
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