From bbabd47ad02b53e9257704235cf8c67383efcf79 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 30 Jul 2019 13:02:24 +0200 Subject: [PATCH] solv:: fixmatrix --- hyperpoint.cpp | 2 +- sol.cpp | 10 ++++++++++ system.cpp | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/hyperpoint.cpp b/hyperpoint.cpp index e5f158b4..a56a2a7a 100644 --- a/hyperpoint.cpp +++ b/hyperpoint.cpp @@ -513,7 +513,7 @@ transmatrix rgpushxto0(const hyperpoint& H) { // (without using this, imprecision could accumulate) void fixmatrix(transmatrix& T) { - if(sol) ; + if(sol) ; // fixed inside solmul else if(euclid) { for(int x=0; x