From f3d7601c8846c5951320875570de0120ed922c0d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 3 Nov 2021 09:42:21 +0100 Subject: [PATCH] rulegen:: fix_distances in numerical_fix --- rulegen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rulegen.cpp b/rulegen.cpp index c941fbee..c010e00d 100644 --- a/rulegen.cpp +++ b/rulegen.cpp @@ -233,6 +233,7 @@ void numerical_fix(twalker pw) { if(steps == valence - 1) { pwb.at->c.connect(pwb.spin, pwf.at, pwf.spin, false); + fix_distances(pwb.at); } }