From dd0c1e6b3d48ff197d304891d4d900e7606c7924 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 5 Aug 2022 19:22:52 +0200 Subject: [PATCH] print hyperpoint now prints MDIM dimensions --- hprint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hprint.cpp b/hprint.cpp index 3cc5185d..99197ec8 100644 --- a/hprint.cpp +++ b/hprint.cpp @@ -239,7 +239,7 @@ template string separated(string separator, const vector& a) { return ss.s; } -inline void print(hstream& hs, const hyperpoint h) { print(hs, (const array&)h); } +inline void print(hstream& hs, const hyperpoint h) { print(hs, "("); for(int i=0; i&)h); } inline void print(hstream& hs, const transmatrix T) { print(hs, "("); comma_printer c(hs); for(int i=0; i