fix in diffpack output (due to T. Hisch)

This commit is contained in:
Christoph Lehrenfeld 2015-06-21 20:19:58 +02:00
parent 3f0c07ce15
commit 2ff7fea86d

View File

@ -254,7 +254,7 @@ void WriteDiffPackFormat (const Mesh & mesh,
outfile.width(16); outfile.width(16);
outfile << p.X()/scale << ", "; outfile << p.X()/scale << ", ";
outfile.width(16); outfile.width(16);
outfile << p.Y()/scale << ", "; outfile << p.Y()/scale << ") ";
if(mesh[PointIndex(i)].Type() != INNERPOINT) if(mesh[PointIndex(i)].Type() != INNERPOINT)
{ {