From fc6f3ef0a9822f3d5f06d38e556dbb5f2e985f4a Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 13 Jul 2016 17:33:28 +0000 Subject: [PATCH] First attempt in solving an issue of dense packed internal pegs. They are recreated as many times as needed. --- src/io.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/io.c b/src/io.c index f488ebe..2c76fd2 100644 --- a/src/io.c +++ b/src/io.c @@ -888,7 +888,6 @@ fprintf(fh,"</DataArray>\n"); - fprintf(fh,"</PointData>\n<CellData>\n</CellData>\n<Points>\n<DataArray type=\"Float64\" Name=\"Koordinate tock\" NumberOfComponents=\"3\" format=\"ascii\">\n"); for(i=0;i<vlist->n;i++){ fprintf(fh,"%.17e %.17e %.17e\n",vtx[i]->x,vtx[i]->y, vtx[i]->z); -- Gitblit v1.9.3