final_coords now refers to cgi.emb->logical_to_base

This commit is contained in:
Zeno Rogue 2023-01-29 14:17:41 +01:00
parent a6d53944cd
commit 5c2b206433
1 changed files with 1 additions and 7 deletions

View File

@ -13,13 +13,7 @@
namespace hr {
EX hyperpoint final_coords(hyperpoint 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;
return cgi.emb->logical_to_base(h);
}
void subcellshape::compute_common() {