fixed warnings

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@686 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Isaak Lim
2012-09-19 16:42:31 +00:00
parent 48289493f3
commit 232bf5bb07
2 changed files with 2 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ protected: //---------------------------------------------------- private method
* *
* Note that some modules might re-initialize in their * Note that some modules might re-initialize in their
* set_error_tolerance_factor function as necessary * set_error_tolerance_factor function as necessary
* @param factor_ has to be in the closed interval between 0.0 and 1.0 * @param _factor has to be in the closed interval between 0.0 and 1.0
*/ */
void set_error_tolerance_factor(double _factor); void set_error_tolerance_factor(double _factor);

View File

@@ -261,7 +261,7 @@ public: // common interface
* *
* Note that the module might need to be re-initialized again after * Note that the module might need to be re-initialized again after
* setting the percentage * setting the percentage
* @param factor_ has to be in the closed interval between 0.0 and 1.0 * @param _factor has to be in the closed interval between 0.0 and 1.0
*/ */
virtual void set_error_tolerance_factor(double _factor) { virtual void set_error_tolerance_factor(double _factor) {
if (_factor >= 0.0 && _factor <= 1.0) if (_factor >= 0.0 && _factor <= 1.0)