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/tape | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tape b/src/tape index 35d8426..372458d 100644 --- a/src/tape +++ b/src/tape @@ -18,7 +18,7 @@ #Constant volume constraint (0 disable constant volume, 1 enable) constvolswitch=1 - +constvolprecision=1e-3 ####### Polymer (brush) definitions ########### -- Gitblit v1.9.3