@@ -402,10 +402,10 @@ int weyl_opposition(semisimple_type_t type, int simple_root)
break;
case'E':
if(type.factors[factor].rank==6)
if(type.factors[factor].rank!=6)
iota_r=r;
else
iota_r=r==3||r==4?r:5-r;
iota_r=r==2||r==3?r:5-r;
break;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.