Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_io
Commits
48e5e891
Commit
48e5e891
authored
Jun 15, 2021
by
incardon
Browse files
Fixing Point 1D
parent
a4897a43
Pipeline
#3230
failed with stages
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/VTKWriter/VTKWriter_grids_util.hpp
View file @
48e5e891
...
...
@@ -114,7 +114,10 @@ template<unsigned int i, typename ele_g, bool has_attributes> std::string get_po
// We check if it is a vector or scalar like type
if
(
vtk_dims
<
ctype
>::
value
==
1
)
{
v_out
+=
"SCALARS "
+
getAttrName
<
ele_g
,
has_attributes
>::
get
(
i
,
prop_names
,
oprp
)
+
" "
+
type
+
"
\n
"
;
v_out
+=
"LOOKUP_TABLE default
\n
"
;
}
else
v_out
+=
"VECTORS "
+
getAttrName
<
ele_g
,
has_attributes
>::
get
(
i
,
prop_names
,
oprp
)
+
" "
+
type
+
"
\n
"
;
}
...
...
Write
Preview
Markdown
is supported
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