Skip to content

Commit

Permalink
- Static.mo: Fixed parsing problem (RML accepted it, but the OpenMode…
Browse files Browse the repository at this point in the history
…lica parser gave a proper error).

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4805 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 19, 2010
1 parent d22a55a commit 67ec71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Static.mo
Expand Up @@ -1430,7 +1430,7 @@ algorithm
(new_cache, new_env, iters_const, iter_values_list, iter_names, arrays_dim)
= elabArrayIterators(cache, env, rest_iters, implicitInstantiation, st, performVectorization);
(new_cache, iter_exp, DAE.PROP(
(type_ = DAE.T_ARRAY(arrayDim = array_dim, arrayType = iter_type), _),
type_ = (DAE.T_ARRAY(arrayDim = array_dim, arrayType = iter_type), _),
constFlag = iter_const), _)
= elabExp(cache, env, iter_exp, implicitInstantiation, st, performVectorization);
(new_cache, Values.ARRAY(iter_values), _)
Expand Down

0 comments on commit 67ec71a

Please sign in to comment.