mirror of https://github.com/CGAL/cgal
fix macro
This commit is contained in:
parent
fffea5c616
commit
d65cd2d298
|
|
@ -183,7 +183,7 @@ private :
|
||||||
|
|
||||||
return Vector(res[3], res[2], res[1]);
|
return Vector(res[3], res[2], res[1]);
|
||||||
}
|
}
|
||||||
#end
|
#endif
|
||||||
|
|
||||||
static Vector SL_cross_product(const Vector& a, const Vector& b)
|
static Vector SL_cross_product(const Vector& a, const Vector& b)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue