Skip to content

Commit

Permalink
Store reals in double instead of float.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@247 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Apr 2, 1998
1 parent b03f34a commit a29f74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/ast/attrib.h
Expand Up @@ -3,7 +3,7 @@ typedef struct {
int type;
union {
int ival;
float floatval;
double realval;
char *stringval;
} u;
} Attrib;
Expand Down

0 comments on commit a29f74f

Please sign in to comment.