fixed warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@686 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user