We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a871306 commit 4ddd3d1Copy full SHA for 4ddd3d1
OMCompiler/Compiler/NFFrontEnd/NFTyping.mo
@@ -698,7 +698,7 @@ algorithm
698
// A typed binding, get the dimension from the binding's type.
699
case Binding.TYPED_BINDING()
700
algorithm
701
- dim_index := index + Binding.propagatedDimCount(b) + parent_dims;
+ dim_index := index + parent_dims;
702
(dim, ty_err) := nthDimensionBoundsChecked(b.bindingType, dim_index);
703
704
// If the deduced dimension is unknown, evaluate the binding and try again.
0 commit comments