Skip to content

Commit

Permalink
fixes parts of bug 99:
Browse files Browse the repository at this point in the history
http://bug.modelicacommunity.org/show_bug.cgi?id=99
I added to modelica.h:
 typedef modelica_real sample_rettype;


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2519 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 10, 2006
1 parent 92ddcaf commit 910a260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/modelica.h
Expand Up @@ -80,7 +80,7 @@ typedef modelica_real edge_rettype;
typedef modelica_real initial_rettype;
typedef modelica_real noEvent_rettype;
typedef modelica_real floor_rettype;

typedef modelica_real sample_rettype;

#if defined(__cplusplus)
}
Expand Down

0 comments on commit 910a260

Please sign in to comment.