reverted final_coords for now

This commit is contained in:
Zeno Rogue 2023-02-04 23:01:41 +01:00
parent 2aafe6829c
commit e8c03acf07
1 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,13 @@
namespace hr {
EX hyperpoint final_coords(hyperpoint h) {
return cgi.emb->logical_to_base(h);
if(sn::in() || !bt::in())
return ultra_normalize(h);
#if CAP_BT
if(bt::in() && !mproduct)
return bt::bt_to_minkowski(h);
#endif
return h;
}
void subcellshape::compute_common() {