| 129 |
|
have_n_zConstraints = 0; |
| 130 |
|
have_zConstraints = 0; |
| 131 |
|
have_zcons_tol = 0; |
| 132 |
– |
} |
| 132 |
|
|
| 133 |
+ |
} |
| 134 |
+ |
|
| 135 |
|
Globals::~Globals(){ |
| 136 |
|
int i; |
| 137 |
|
|
| 249 |
|
|
| 250 |
|
case STRING: |
| 251 |
|
return current_zConstraint->assignString( the_event->evt.asmt.lhs, |
| 252 |
< |
the_event->evt.asmt.rhs.sval, |
| 253 |
< |
&(the_event->err_msg)); |
| 252 |
> |
the_event->evt.asmt.rhs.sval, |
| 253 |
> |
&(the_event->err_msg)); |
| 254 |
|
break; |
| 255 |
|
|
| 256 |
|
case DOUBLE: |
| 257 |
|
return current_zConstraint->assignDouble( the_event->evt.asmt.lhs, |
| 258 |
< |
the_event->evt.asmt.rhs.dval, |
| 259 |
< |
&(the_event->err_msg)); |
| 258 |
> |
the_event->evt.asmt.rhs.dval, |
| 259 |
> |
&(the_event->err_msg)); |
| 260 |
|
break; |
| 261 |
|
|
| 262 |
|
case INT: |
| 263 |
|
return current_zConstraint->assignInt( the_event->evt.asmt.lhs, |
| 264 |
< |
the_event->evt.asmt.rhs.ival, |
| 265 |
< |
&(the_event->err_msg)); |
| 264 |
> |
the_event->evt.asmt.rhs.ival, |
| 265 |
> |
&(the_event->err_msg)); |
| 266 |
|
break; |
| 267 |
|
|
| 268 |
|
default: |
| 720 |
|
} |
| 721 |
|
break; |
| 722 |
|
|
| 723 |
< |
case G_THERMALTIME: |
| 723 |
> |
case G_THERMALTIME: |
| 724 |
|
switch( the_type ){ |
| 725 |
|
|
| 726 |
|
case STRING: |
| 978 |
|
} |
| 979 |
|
break; |
| 980 |
|
|
| 981 |
< |
case G_ZCONSTIME: |
| 981 |
> |
case G_ZCONSTIME: |
| 982 |
|
switch( the_type ){ |
| 983 |
|
|
| 984 |
|
case STRING: |
| 1007 |
|
} |
| 1008 |
|
break; |
| 1009 |
|
|
| 1010 |
< |
case G_ZCONSTOL: |
| 1010 |
> |
case G_ZCONSTOL: |
| 1011 |
|
switch( the_type ){ |
| 1012 |
|
|
| 1013 |
|
case STRING: |