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
d8ec1fd3
Commit
d8ec1fd3
authored
Aug 30, 2021
by
incardon
Browse files
Fixing IO sign
parent
769eaffe
Pipeline
#3460
failed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/VTKWriter/VTKWriter_point_set.hpp
View file @
d8ec1fd3
...
...
@@ -619,7 +619,7 @@ public:
* \return true if the write complete successfully
*
*/
bool
write_pvtp
(
std
::
string
file
,
const
openfpm
::
vector
<
std
::
string
>
&
prop_names
,
size_t
n
,
size_
t
timestamp
=-
1
)
bool
write_pvtp
(
std
::
string
file
,
const
openfpm
::
vector
<
std
::
string
>
&
prop_names
,
size_t
n
,
long
in
t
timestamp
=-
1
)
{
//openfpm::vector< ele_vpp<typename pair::second>> vpp;
// Header for the vtk
...
...
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