- 1 warning corrected in InterpolationParameters function

This commit is contained in:
Nico Pietroni 2007-01-29 00:21:46 +00:00
parent 2d7c1bbdd2
commit 385ee8ba62
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ public:
bool InterpolationParameters(const CoordType & bq, ScalarType &a, ScalarType &b, ScalarType &c ) const
{
const ScalarType EPSILON = ScalarType(0.0001);
ScalarType v_global,v0,v1,v2;
ScalarType AreaGlobal=(P(1) - P(0)) ^ (P(2) - P(0));
ScalarType Area0=(P(2) - P(1)) ^ (bq - P(1));