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
dune-vtk
Commits
31c11c7d
Commit
31c11c7d
authored
Dec 17, 2020
by
Praetorius, Simon
Browse files
Add missing include
parent
c27dc90d
Changes
1
Show whitespace changes
Inline
Side-by-side
dune/vtk/types.hh
View file @
31c11c7d
...
...
@@ -7,6 +7,7 @@
#include
<dune/common/ftraits.hh>
#include
<dune/common/typelist.hh>
#include
<dune/common/version.hh>
#include
<dune/geometry/type.hh>
#include
<dune/grid/io/file/vtk/common.hh>
#include
<dune/vtk/utility/arguments.hh>
...
...
@@ -57,8 +58,10 @@ namespace Dune
};
std
::
string
to_string
(
Vtk
::
DataTypes
);
#if DUNE_VERSION_GTE(DUNE_GRID,2,7)
// Map a dune-grid Precision type to DataTypes
Vtk
::
DataTypes
dataTypeOf
(
Dune
::
VTK
::
Precision
);
#endif
// Map a string to DataTypes
Vtk
::
DataTypes
dataTypeOf
(
std
::
string
);
...
...
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