From 146c0752103a0ad08cc2ff226802c9337813e9ff Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 23 Jan 2023 22:14:59 +0100 Subject: [PATCH] removed functions which were moved elsewhere --- rogueviz/antidesitter.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/rogueviz/antidesitter.cpp b/rogueviz/antidesitter.cpp index 0fcbdb56..4f253c01 100644 --- a/rogueviz/antidesitter.cpp +++ b/rogueviz/antidesitter.cpp @@ -30,9 +30,6 @@ namespace hr { namespace ads { -shiftpoint kz(shiftpoint x) { x.h = hr::kz(x.h); x.shift = hr::kz(x.shift); return x; } -shiftmatrix kz(shiftmatrix x) { x.T = hr::kz(x.T); x.shift = hr::kz(x.shift); return x; } - vector hs; int sq = 1;