mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 09:27:40 +00:00
smartrange area-based
This commit is contained in:
@@ -897,7 +897,7 @@ EX ld det3(const transmatrix& T) {
|
||||
/** determinant */
|
||||
EX ld det(const transmatrix& T) {
|
||||
if(GDIM == 2)
|
||||
retrun det3(T);
|
||||
return det3(T);
|
||||
else {
|
||||
ld det = 1;
|
||||
transmatrix M = T;
|
||||
|
Reference in New Issue
Block a user