- 1 warning corrected in InterpolationParameters function
This commit is contained in:
parent
2d7c1bbdd2
commit
385ee8ba62
|
@ -85,7 +85,6 @@ public:
|
||||||
bool InterpolationParameters(const CoordType & bq, ScalarType &a, ScalarType &b, ScalarType &c ) const
|
bool InterpolationParameters(const CoordType & bq, ScalarType &a, ScalarType &b, ScalarType &c ) const
|
||||||
{
|
{
|
||||||
const ScalarType EPSILON = ScalarType(0.0001);
|
const ScalarType EPSILON = ScalarType(0.0001);
|
||||||
ScalarType v_global,v0,v1,v2;
|
|
||||||
|
|
||||||
ScalarType AreaGlobal=(P(1) - P(0)) ^ (P(2) - P(0));
|
ScalarType AreaGlobal=(P(1) - P(0)) ^ (P(2) - P(0));
|
||||||
ScalarType Area0=(P(2) - P(1)) ^ (bq - P(1));
|
ScalarType Area0=(P(2) - P(1)) ^ (bq - P(1));
|
||||||
|
|
Loading…
Reference in New Issue