removed functions which were moved elsewhere

This commit is contained in:
Zeno Rogue 2023-01-23 22:14:59 +01:00
parent 02e8dec195
commit 146c075210
1 changed files with 0 additions and 3 deletions

View File

@ -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<hyperpoint> hs;
int sq = 1;