From d5d78a49c6b51fb1f6f0661d063034eaf65e02f7 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 25 Sep 2019 09:20:36 +0000
Subject: [PATCH] Constant volume and constant area fix. Removed spherical harmonics calculations in simulations. No ulm2.cvs and state.dat files are produced anymore

---
 src/io.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/io.c b/src/io.c
index 943d96b..30bd4d6 100644
--- a/src/io.c
+++ b/src/io.c
@@ -1210,8 +1210,8 @@
 	CFG_FLOAT("plane_d", 15, CFGF_NONE),
 	CFG_FLOAT("plane_F", 1000, CFGF_NONE),
 /* Variables related to stretching */
-	CFG_FLOAT("stretchswitch", 0, CFGF_NONE),
-	CFG_FLOAT("xkA0",0,CFGF_NONE),
+//	CFG_FLOAT("stretchswitch", 0, CFGF_NONE),
+//	CFG_FLOAT("xkA0",0,CFGF_NONE),
         CFG_END()
     };
     cfg_t *cfg;    

--
Gitblit v1.9.3