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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4931175..79fee56 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # if static=1 then link libkondo statically but other libraries dynamically STATIC=1 -VERSION=1.2 +VERSION=1.2.1 # products of the compilation PROJECT_BINS= meankondo numkondo meantools kondo_preprocess meantools-convert -- cgit v1.2.3-54-g00ecf