mirror of https://github.com/CGAL/cgal
move braces
This commit is contained in:
parent
f856e13964
commit
38e46d853c
|
|
@ -195,7 +195,7 @@ public:
|
|||
|
||||
Weighted_point_3 transform(const Aff_transformation_3 &t) const
|
||||
{
|
||||
return Weighted_point_3(t.transform(point(),weight()));
|
||||
return Weighted_point_3(t.transform(point()),weight());
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue