minor fix

This commit is contained in:
Luigi Malomo 2019-01-30 14:45:49 +01:00
parent 251bbf87bd
commit dcf7e0aeb4
1 changed files with 2 additions and 2 deletions

View File

@ -622,7 +622,7 @@ void RefineMontecarloVolumeSamplingNearSurface(MeshType &surfaceSamplingMesh, Sc
* *
* *
*/ */
void BuildVolumeSampling(int montecarloSampleNum, ScalarType &poissonRadius, int randSeed) void BuildVolumeSampling(int montecarloSampleNum, ScalarType poissonRadius, int randSeed)
{ {
if(montecarloSampleNum >0) if(montecarloSampleNum >0)
this->BuildMontecarloVolumeSampling(montecarloSampleNum); this->BuildMontecarloVolumeSampling(montecarloSampleNum);
@ -646,6 +646,6 @@ void RefineMontecarloVolumeSamplingNearSurface(MeshType &surfaceSamplingMesh, Sc
}; // end class }; // end class
} // end namespace vcg } // end namespace tri
} // end namespace vcg } // end namespace vcg
#endif // VORONOI_VOLUME_SAMPLING_H #endif // VORONOI_VOLUME_SAMPLING_H