Follow-up typo fixes
This commit is contained in:
@@ -108,7 +108,7 @@ namespace ConstraintFilter {
|
||||
return (... | (1 << static_cast<std::underlying_type_t<Args>>(args)));
|
||||
}
|
||||
|
||||
/// Array of FilterValue bit sets of size the the number of FilterValues indicating for each FilterValue, which other
|
||||
/// Array of FilterValue bit sets of size of the number of FilterValues indicating for each FilterValue, which other
|
||||
/// FilterValues are comprised therein. It defines the dependencies between filters.
|
||||
constexpr std::array< FilterValueBitset, FilterValueLength> filterAggregates {
|
||||
buildBitset(FilterValue::All, FilterValue::Geometric, FilterValue::Datums, FilterValue::Named, FilterValue::NonDriving, FilterValue::Horizontal,
|
||||
|
||||
@@ -547,7 +547,7 @@ class ViewProviderMolecule:
|
||||
sep2.addChild(coin.SoSphere())
|
||||
obj.RootNode.addChild(sep1)
|
||||
obj.RootNode.addChild(sep2)
|
||||
# triggers an updateData call so the the assignment at the end
|
||||
# triggers an updateData call so the assignment at the end
|
||||
obj.Proxy = self
|
||||
|
||||
def updateData(self, fp, prop):
|
||||
|
||||
Reference in New Issue
Block a user