Skip to content

Commit

Permalink
Fixed bug #131
Browse files Browse the repository at this point in the history
output variables involved in zero crossings were not evaluated.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2728 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Håkan Lundvall committed Feb 23, 2007
1 parent 0358522 commit 817c38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/SimCodegen.mo
Expand Up @@ -6248,6 +6248,7 @@ algorithm
func_zc0 = Codegen.cAddStatements(func_zc0,{"timeBackup = localData->timeValue;",
"localData->timeValue = *t;"
,"functionODE();"
,"functionDAE_output();"
});


Expand Down

0 comments on commit 817c38c

Please sign in to comment.