Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -896,7 +896,7 @@ App::DocumentObjectExecReturn* Feature::execute()
|
||||
fRMS = sqrt(fRMS);
|
||||
}
|
||||
|
||||
Base::Console().Message("RMS value for '%s' with search radius [%.4f,%.4f] is: %.4f\n",
|
||||
Base::Console().message("RMS value for '%s' with search radius [%.4f,%.4f] is: %.4f\n",
|
||||
this->Label.getValue(), -this->SearchRadius.getValue(), this->SearchRadius.getValue(), fRMS);
|
||||
#else
|
||||
unsigned long count = actual->countPoints();
|
||||
@@ -966,7 +966,7 @@ App::DocumentObjectExecReturn* Feature::execute()
|
||||
}
|
||||
}
|
||||
|
||||
Base::Console().Message("RMS value for '%s' with search radius [%.4f,%.4f] is: %.4f\n",
|
||||
Base::Console().message("RMS value for '%s' with search radius [%.4f,%.4f] is: %.4f\n",
|
||||
this->Label.getValue(),
|
||||
-this->SearchRadius.getValue(),
|
||||
this->SearchRadius.getValue(),
|
||||
|
||||
Reference in New Issue
Block a user