Skip to content
Snippets Groups Projects
Commit d8ec1fd3 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing IO sign

parent 769eaffe
No related branches found
No related tags found
No related merge requests found
Pipeline #3460 failed
......@@ -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 int timestamp=-1)
{
//openfpm::vector< ele_vpp<typename pair::second>> vpp;
// Header for the vtk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment