From 6487a03362d35589c286d0660eba123a7ab00535 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Mon, 10 May 2021 11:14:04 +0000
Subject: [PATCH] Raj and Yoav session in making multiple protein species

---
 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.9.3