Skip to content

Commit

Permalink
- fix bootstrapping
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22298 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 13, 2014
1 parent edf4a5e commit 9a91e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCodeUtil.mo
Expand Up @@ -14019,7 +14019,7 @@ algorithm
SimCode.JacobianMatrix matrix;
list<SimCode.JacobianMatrix> rest;
String name;
case ( (matrix as (_, _, name, _, _, _, _))::_, inJacobianName)
case ( (matrix as (_, _, name, _, _, _, _))::_, _)
equation
true = stringEq(name, inJacobianName);
then SOME(matrix);
Expand Down

0 comments on commit 9a91e91

Please sign in to comment.