Skip to content
Snippets Groups Projects
Commit 80a212de authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix compilation issue on quantal

parent 57495b7f
Branches
Tags
No related merge requests found
......@@ -256,7 +256,7 @@ Point<T, TPointDimension>
::SetToBarycentricCombination( const Self * P,
const double * weights, unsigned int N )
{
Fill( NumericTraits<T>::Zero ); // put this point to null
this->Fill( NumericTraits<T>::Zero ); // put this point to null
double weightSum = 0.0;
for( unsigned int j=0; j<N-1; j++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment