mirror of https://github.com/CGAL/cgal
double -> FT
This commit is contained in:
parent
174b1c3c7d
commit
d00bc1c7a9
|
|
@ -140,7 +140,7 @@ public:
|
||||||
>
|
>
|
||||||
> MultiIndex;
|
> MultiIndex;
|
||||||
|
|
||||||
double m_factor; // ghost vs solid
|
FT m_factor; // ghost vs solid
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
@ -152,11 +152,11 @@ public:
|
||||||
~Reconstruction_triangulation_2() {
|
~Reconstruction_triangulation_2() {
|
||||||
}
|
}
|
||||||
|
|
||||||
double& ghost_factor() {
|
FT& ghost_factor() {
|
||||||
return m_factor;
|
return m_factor;
|
||||||
}
|
}
|
||||||
|
|
||||||
double ghost_factor() const {
|
FT ghost_factor() const {
|
||||||
return m_factor;
|
return m_factor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue