From 3cd5f4a96d445b55da8a7e6da8509bbd7d5d41b8 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 15 Sep 2016 06:29:31 +0000 Subject: [PATCH] Fixes #19. --- 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