mirror of https://github.com/CGAL/cgal
Replace tabs with spaces
This commit is contained in:
parent
2663794269
commit
2527f17b17
|
|
@ -18,9 +18,9 @@
|
||||||
|
|
||||||
typedef CGAL::Simple_cartesian<int> Kernel;
|
typedef CGAL::Simple_cartesian<int> Kernel;
|
||||||
struct Point_3 : Kernel::Point_3 {
|
struct Point_3 : Kernel::Point_3 {
|
||||||
using Kernel::Point_3::operator=;
|
using Kernel::Point_3::operator=;
|
||||||
Point_3() : Kernel::Point_3(0,0,0) {}
|
Point_3() : Kernel::Point_3(0,0,0) {}
|
||||||
Point_3(int i) : Kernel::Point_3(i,0,0) {}
|
Point_3(int i) : Kernel::Point_3(i,0,0) {}
|
||||||
};
|
};
|
||||||
typedef Kernel::Vector_3 Vector_3;
|
typedef Kernel::Vector_3 Vector_3;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue