From 2a1e3d528265c3d366dab9ad4b0c4d3d65e1c4ed Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Mon, 13 Apr 2020 12:13:50 +0000
Subject: [PATCH] Storing previously debugged version
---
src/timestep.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/timestep.c b/src/timestep.c
index 81101bf..66b3a39 100644
--- a/src/timestep.c
+++ b/src/timestep.c
@@ -124,7 +124,8 @@
bfsr/=(ts_double)mcsweeps;
centermass(vesicle);
cell_occupation(vesicle);
- dump_state(vesicle,i);
+/* BINARY DUMPS ARE OBSOLETE. SHOULD WORK AS OF MAR 2020, BUT NO LONGER MAINTAINED */
+// dump_state(vesicle,i);
vesicle_volume(vesicle); //calculates just volume.
vesicle_area(vesicle); //calculates area.
if(vesicle->tape->constvolswitch==0){
--
Gitblit v1.8.0