From fea7392b018348f76cb85fd32daa4655c0f4d787 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 21 Apr 2018 17:57:42 +0200 Subject: [PATCH] export added --- hyper.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyper.h b/hyper.h index a7087d84..b218a450 100644 --- a/hyper.h +++ b/hyper.h @@ -2577,6 +2577,8 @@ extern transmatrix invheptmove[MAX_EDGE], invhexmove[MAX_EDGE]; static const struct wstep_t { wstep_t() {} } wstep; static const struct wmirror_t { wmirror_t() {}} wmirror; +heptspin operator + (const heptspin& hs, wstep_t); + // heptspin hsstep(const heptspin &hs, int spin); extern void fixmatrix(transmatrix&);