From 3eaca5876a48e16e7d784902b597cc69ee386bdc Mon Sep 17 00:00:00 2001 From: Christoph Lehrenfeld Date: Sun, 21 Jun 2015 20:19:58 +0200 Subject: [PATCH] fix in diffpack output (due to T. Hisch) --- libsrc/interface/writediffpack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/interface/writediffpack.cpp b/libsrc/interface/writediffpack.cpp index c7bf4989..edf9f70f 100644 --- a/libsrc/interface/writediffpack.cpp +++ b/libsrc/interface/writediffpack.cpp @@ -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) {