From 958e0e46e248cc7fd408fc2c4f7eb119ed93b1e5 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Mon, 28 Apr 2014 13:40:04 +0000
Subject: [PATCH] Only reaction on successful acceptance of MC step needs to be programmed.

---
 src/general.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/general.h b/src/general.h
index e35310b..3238245 100644
--- a/src/general.h
+++ b/src/general.h
@@ -261,6 +261,7 @@
 	long int R_nucleus;
 	long int pswitch;
     long int constvolswitch;
+    ts_double constvolprecision;
     	char *multiprocessing;
    	long int brezveze0;
     	long int brezveze1;

--
Gitblit v1.9.3