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
18e22b84
Commit
18e22b84
authored
Aug 31, 2021
by
incardon
Browse files
Fixing for complex IO
parent
14a7eed8
Pipeline
#3598
failed with stages
in 31 minutes and 32 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/VTKWriter/VTKWriter_grids_util.hpp
View file @
18e22b84
...
...
@@ -1014,6 +1014,9 @@ struct meta_prop_new<I,ele_g,St,T,false>
inline
meta_prop_new
(
const
openfpm
::
vector
<
ele_g
>
&
vg
,
std
::
string
&
v_out
,
const
openfpm
::
vector
<
std
::
string
>
&
prop_names
,
file_type
ft
)
{
}
static
inline
void
get_pvtp_out
(
std
::
string
&
v_out
,
const
openfpm
::
vector
<
std
::
string
>
&
prop_names
)
{}
};
template
<
unsigned
int
dims
,
typename
T
>
inline
void
output_point
(
Point
<
dims
,
T
>
&
p
,
std
::
stringstream
&
v_out
,
file_type
ft
)
...
...
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