From 3b591888b5dad7cef02170743a92e2bf9c5831db Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 14 Jul 2015 13:37:40 +0000 Subject: Fix a sign error in the definition of A and B in kondo_preprocess The operators A and B introduced by kondo_preprocess had the wrong sign. This bug does not affect the beta function for the hierarchical Kondo model. --- src/definitions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/definitions.cpp') diff --git a/src/definitions.cpp b/src/definitions.cpp index d32537d..982f7a7 100644 --- a/src/definitions.cpp +++ b/src/definitions.cpp @@ -17,7 +17,7 @@ limitations under the License. #ifndef DEFINITIONS_GCC #define DEFINITIONS_GCC -#define VERSION "1.2" +#define VERSION "1.2.1" // number of entries in a configuration file #define ARG_COUNT 10 -- cgit v1.2.3-70-g09d2