mirror of https://github.com/CGAL/cgal
Wrong parentheses.
This commit is contained in:
parent
0f31b49301
commit
9cb8801c78
|
|
@ -671,7 +671,7 @@ template<class R_> struct Vector_to_point : private Store_kernel<R_> {
|
||||||
typedef Vector argument_type;
|
typedef Vector argument_type;
|
||||||
result_type operator()(argument_type const&v)const{
|
result_type operator()(argument_type const&v)const{
|
||||||
CI ci(this->kernel());
|
CI ci(this->kernel());
|
||||||
return CV(this->kernel())(ci(v,Begin_tag(),ci(v,End_tag())));
|
return CV(this->kernel())(ci(v,Begin_tag()),ci(v,End_tag()));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue