fixed in_smart_range to use nisot::in_table_range

This commit is contained in:
Zeno Rogue 2022-04-16 13:59:38 +02:00
parent f86670ec19
commit 197157838d
1 changed files with 1 additions and 1 deletions

View File

@ -1555,7 +1555,7 @@ EX bool in_smart_range(const shiftmatrix& T) {
if(invalid_point(h)) return false;
if(nil || nih) return true;
#if CAP_SOLV
if(pmodel == mdGeodesic) return sn::in_table_range(h.h);
if(pmodel == mdGeodesic) return nisot::in_table_range(h.h);
#endif
hyperpoint h1;
applymodel(h, h1);