From ffa58d427cd0e8b4e6ebd5538a83bec63a85ab27 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 19 Jul 2018 13:39:01 -0400 Subject: new mesaurement flag system, fftw only initialized once, all O(n) models now built from one file with different compiler flag settings --- lib/vector.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/vector.h') diff --git a/lib/vector.h b/lib/vector.h index 6c72fd1..2099d28 100644 --- a/lib/vector.h +++ b/lib/vector.h @@ -94,3 +94,6 @@ double H_vector(vector_t v1, T *H) { H_vec.x = H; return (double)(dot (v1, H_vec)); } + +char const *ON_strings[] = {"TRIVIAL", "ISING", "PLANAR", "HEISENBERG"}; + -- cgit v1.2.3-70-g09d2