mirror of https://github.com/CGAL/cgal
Kernel_23: Fix Non_zero_dimension
This commit is contained in:
parent
e3d5fccf5b
commit
ea647297b9
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue