Skip to content

Commit

Permalink
+ Just to see if anything fails
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
mahge committed Jan 16, 2013
1 parent 37a68b9 commit 17af5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/Inst.mo
Expand Up @@ -8412,7 +8412,7 @@ algorithm
pf, dims, idxs, inst_dims, impl, comment, info, graph, csets);
source = DAEUtil.createElementSource(info, Env.getEnvPath(env), PrefixUtil.prefixToCrefOpt(pre), NONE(), NONE());
(cache,dae) = addArrayVarEquation(cache, env, ih, ci_state, dae, ty, mod, NFInstUtil.toConst(vt), pre, n, source);
cache = addRecordConstructorFunction(cache,Types.arrayElementType(ty));
// cache = addRecordConstructorFunction(cache,Types.arrayElementType(ty));
Error.updateCurrentComponent("",Absyn.dummyInfo);
then
(cache,compenv,ih,store,dae,csets,ty,graph);
Expand All @@ -8432,7 +8432,7 @@ algorithm
pf, dims, idxs, inst_dims, impl, comment, info, graph, csets);
source = DAEUtil.createElementSource(info, Env.getEnvPath(env), PrefixUtil.prefixToCrefOpt(pre), NONE(), NONE());
(cache,dae) = addArrayVarEquation(cache,compenv,ih,ci_state, dae, ty, mod, NFInstUtil.toConst(vt), pre, n, source);
cache = addRecordConstructorFunction(cache,Types.arrayElementType(ty));
// cache = addRecordConstructorFunction(cache,Types.arrayElementType(ty));
Error.updateCurrentComponent("",Absyn.dummyInfo);
then
(cache,compenv,ih,store,dae,csets,ty,graph);
Expand Down

0 comments on commit 17af5ab

Please sign in to comment.