Skip to content

Commit

Permalink
- fix testsuite
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12099 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jun 19, 2012
1 parent 7aa712a commit f9aed17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCode.mo
Expand Up @@ -2652,7 +2652,7 @@ algorithm
// I did not rewrite it to take advantage of any parallelism in the code
bDAE = BackendDAEOptimize.collapseIndependentBlocks(inBDAE);
(bDAE as BackendDAE.DAE(shared=BackendDAE.SHARED(symjacs=symjacs))) = BackendDAEUtil.transformBackendDAE(bDAE,SOME((BackendDAE.NO_INDEX_REDUCTION(),BackendDAE.EXACT())),NONE(),SOME("dummyDerivative"));
res = createSymbolicJacobianssSimCode(symjacs,bDAE,uniqueEqIndex);
(res,_) = createSymbolicJacobianssSimCode(symjacs,bDAE,uniqueEqIndex);
// if optModule is not activated add dummy matrices
res = addLinearizationMatrixes(res);
_ = Flags.set(Flags.EXEC_STAT, b);
Expand Down
2 changes: 1 addition & 1 deletion Compiler/susan_codegen/SimCode/CodegenC.tpl
Expand Up @@ -307,7 +307,7 @@ match eq
>>
case SES_NONLINEAR(__) then
<<
#define SIM_PROF_EQ_<%index%> <%value%>
#define SIM_PROF_EQ_<%index%> <%value%><%\n%>
>>
else
<<
Expand Down

0 comments on commit f9aed17

Please sign in to comment.