Skip to content
Snippets Groups Projects
Commit b2b9d762 authored by Abhinav Singh's avatar Abhinav Singh
Browse files

Fixing compilation when incompatible structure to be skipped for writing

parent b587ff76
No related branches found
No related tags found
No related merge requests found
Pipeline #3591 failed
......@@ -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)
{
}
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)
......
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