fix in diffpack output (due to T. Hisch)

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

View File

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