Kernel_23: Fix Non_zero_dimension

This commit is contained in:
Andreas Fabri 2021-05-22 16:21:49 +02:00
parent e3d5fccf5b
commit ea647297b9
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace CommonKernelFunctors {
return 0;
} else if(certainly_not(is_zero(vec.y()))){
return 1;
}else if(certainly_not(is_zero(vec.y()))){
}else if(certainly_not(is_zero(vec.z()))){
return 2;
}