diff options
author | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-14 13:37:40 +0000 |
---|---|---|
committer | Ian Jauslin <ian.jauslin@roma1.infn.it> | 2015-07-14 13:37:40 +0000 |
commit | 3b591888b5dad7cef02170743a92e2bf9c5831db (patch) | |
tree | 1f97e7b8e81877c73fe02390aeabd480f83e00a0 /Makefile | |
parent | aa0f3ae2988d372b190b9bde2e75a6d17e744e93 (diff) |
Fix a sign error in the definition of A and B in kondo_preprocessv1.2.1
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |