Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -211,13 +211,13 @@ void Segmentation::accept()
|
||||
}
|
||||
else {
|
||||
failures.push_back(feaSegm);
|
||||
Base::Console().Warning("Failed to create face from %s\n",
|
||||
Base::Console().warning("Failed to create face from %s\n",
|
||||
feaSegm->Label.getValue());
|
||||
}
|
||||
}
|
||||
catch (Standard_Failure&) {
|
||||
failures.push_back(feaSegm);
|
||||
Base::Console().Error("Fatal failure to create face from %s\n",
|
||||
Base::Console().error("Fatal failure to create face from %s\n",
|
||||
feaSegm->Label.getValue());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user