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

Fixing IO

parent aa07b0ad
No related branches found
No related tags found
No related merge requests found
......@@ -453,7 +453,7 @@ template<unsigned int dims,typename T> inline void output_point(Point<dims,T> &
for ( ; i < 3 ; i++)
{
// we use float so we have to convert to float
auto tmp = p.get(i);
auto tmp = 0.0;
tmp = swap_endian_lt(tmp);
v_out.write((const char *)&tmp,sizeof(tmp));
}
......
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