solnil -> nonisotropic

This commit is contained in:
Zeno Rogue 2019-08-06 21:04:40 +02:00
parent a16d0fc0e0
commit 0dab4aee57
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ transmatrix euaffine(hyperpoint h) {
transmatrix cpush(int cid, ld alpha) {
transmatrix T = Id;
if(sol || nil)
if(nonisotropic)
return eupush3(cid == 0 ? alpha : 0, cid == 1 ? alpha : 0, cid == 2 ? alpha : 0);
T[GDIM][GDIM] = T[cid][cid] = cos_auto(alpha);
T[cid][GDIM] = sin_auto(alpha);