Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Too many error messages


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9447 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jul 11, 2011
1 parent 13dea54 commit 47a0be7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Compiler/FrontEnd/Inst.mo
Expand Up @@ -8174,12 +8174,14 @@ algorithm
(cache,compenv,ih,store,dae,csets,ty,graph);

// Array variable with unknown dimensions, but no binding
/*
case (cache,env,ih,store,ci_state,DAE.NOMOD(),pre,csets,n,cl,attr,pf,
((dim as DAE.DIM_UNKNOWN()) :: dims),idxs,inst_dims,impl,comment,info,graph)
equation
Error.addSourceMessage(Error.FAILURE_TO_DEDUCE_DIMS_NO_MOD,{n},info);
then
fail();
*/

// failtrace
case (_,env,ih,_,_,mod,pre,_,n,_,_,_,_,_,_,_,_,_,_)
Expand Down Expand Up @@ -16421,4 +16423,4 @@ algorithm
end match;
end optimizeFunction;

end Inst;
end Inst;

0 comments on commit 47a0be7

Please sign in to comment.