diff --git a/.gitignore b/.gitignore index bcc3d09..9d876da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.sdf +*.suo /Obj/ /Debug/ /Bin/ diff --git a/PoissonRecon.v12.suo b/PoissonRecon.v12.suo deleted file mode 100644 index 0a0ce85..0000000 Binary files a/PoissonRecon.v12.suo and /dev/null differ diff --git a/Src/MultiGridOctreeData.IsoSurface.inl b/Src/MultiGridOctreeData.IsoSurface.inl index 77d7eb5..930688c 100644 --- a/Src/MultiGridOctreeData.IsoSurface.inl +++ b/Src/MultiGridOctreeData.IsoSurface.inl @@ -272,7 +272,7 @@ Real Octree< Real >::GetIsoValue( ConstPointer( Real ) solution , const std::vec int mn = 2+o , mx = (1<=mn && off[0]=mn && off[1]=mn && off[2]nodeData.nodeIndex ]; diff --git a/Src/MultiGridOctreeData.inl b/Src/MultiGridOctreeData.inl index f927980..70a6579 100644 --- a/Src/MultiGridOctreeData.inl +++ b/Src/MultiGridOctreeData.inl @@ -2751,7 +2751,6 @@ template< class V > V Octree< Real >::getCornerValue( const typename TreeOctNode::ConstNeighborKey3& neighborKey , const TreeOctNode* node , int corner , ConstPointer( V ) solution , ConstPointer( V ) metSolution , const typename BSplineData< 2 >::template CornerEvaluator< 2 >& evaluator , const Stencil< double , 3 >& stencil , const Stencil< double , 3 > stencils[8] , bool isInterior ) const { V value(0); -#pragma message ( "[WARNING] Why is this here?" ) if( _boundaryType==-1 ) value = -0.5; int d , off[3]; node->depthAndOffset( d , off ); @@ -3143,7 +3142,6 @@ Pointer( V ) Octree< Real >::Evaluate( ConstPointer( V ) coefficients , int& res vTables.valueTable[ idx[2] + z*vTables.functionCount ]; } } -#pragma message ( "[WARNING] Why is this here?" ) if( _boundaryType==-1 ) for( int i=0 ; i