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
6bf07eee
Commit
6bf07eee
authored
Jul 27, 2021
by
absingh
Browse files
Merge branch 'FD_solver' into 'develop'
Fixing PVTP Writer for arrays See merge request openfpm/openfpm_io!2
parents
a4897a43
b587ff76
Pipeline
#3404
failed with stages
in 4 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/VTKWriter/VTKWriter_grids_util.hpp
View file @
6bf07eee
...
...
@@ -852,7 +852,7 @@ struct meta_prop_new<I, ele_g,St,T[N1],is_writable>
{
v_outToEncode_
<<
" "
<<
vg
.
get
(
k
).
g
.
template
get
<
I
::
value
>(
it
.
get
())[
i1
];}
if
(
N1
==
2
)
{
v_outToEncode_
<<
(
decltype
(
vg
.
get
(
k
).
g
.
template
get
<
I
::
value
>(
it
.
get
())[
0
]))
0
;}
{
v_outToEncode_
<<
" "
<<
(
decltype
(
vg
.
get
(
k
).
g
.
template
get
<
I
::
value
>(
it
.
get
())[
0
]))
0
;}
v_outToEncode_
<<
"
\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