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
b2b9d762
Commit
b2b9d762
authored
Sep 23, 2021
by
absingh
Browse files
Fixing compilation when incompatible structure to be skipped for writing
parent
b587ff76
Pipeline
#3591
failed with stages
in 28 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/VTKWriter/VTKWriter_grids_util.hpp
View file @
b2b9d762
...
@@ -1011,6 +1011,9 @@ struct meta_prop_new<I,ele_g,St,T,false>
...
@@ -1011,6 +1011,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
)
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
)
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