From a61c001cd35ff70a314ef417c4beda9c7e68d3ad Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Fri, 13 Jun 2014 19:52:04 +0000
Subject: [PATCH] It works, png is output. The only problem is that some triangles are missing

---
 src/timestep.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/timestep.c b/src/timestep.c
index 2aa36d9..0ec4ce0 100644
--- a/src/timestep.c
+++ b/src/timestep.c
@@ -76,6 +76,7 @@
 			for(k=0;k<pts->n;k++){
 				fprintf(fdx,"%e, %e, %e\n",pts->coord[k]->e1, pts->coord[k]->e2, pts->coord[k]->e3);
 			}
+			crossection_to_png(pts, "test.png");
 			fclose(fdx);
 			free(pts);
 			epochtime=get_epoch();			

--
Gitblit v1.9.3