Skip to content

Commit 19ecbf7

Browse files
author
Willi Braun
committed
- fix uncertainties test
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent e12ae55 commit 19ecbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/BackEnd/Uncertainties.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ algorithm
715715
nv=listLength(yVarMap);
716716
ass1=listArray(List.fill(-1,ne));
717717
ass2=listArray(List.fill(-1,nv));
718-
true = BackendDAEEXT.setAssignment(nv,ne,ass1,ass2);
718+
true = BackendDAEEXT.setAssignment(ne,nv,ass1,ass2);
719719
Matching.matchingExternalsetIncidenceMatrix(nv,ne,my);
720720
BackendDAEEXT.matching(nv,ne,1,-1,0.0,0);
721721
BackendDAEEXT.getAssignment(ass1,ass2);

0 commit comments

Comments
 (0)