From c1a12172ae49d0e30338ff370a303cdc5ab931b7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 3 Oct 2019 20:31:28 +0200 Subject: [PATCH] yet another weird bug --- hyper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyper.h b/hyper.h index 5139a8cd..4fbe286b 100644 --- a/hyper.h +++ b/hyper.h @@ -129,7 +129,7 @@ void addMessage(string s, char spamtype = 0); #define cgclass (ginf[geometry].cclass) #define euclid (cgclass == gcEuclid) #define sphere (cgclass == gcSphere) -#define solnih (cgclass = gcSolNIH) +#define solnih (cgclass == gcSolNIH) #define sol (ginf[geometry].flags & qSOL) #define nih (ginf[geometry].flags & qNIH) #define nil (cgclass == gcNil)