Follow-up typo fixes

This commit is contained in:
luz paz
2022-08-18 12:02:02 -04:00
committed by wwmayer
parent 7b10713d6f
commit 550908e93b
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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):