| 129 |
|
have_n_zConstraints = 0; |
| 130 |
|
have_zConstraints = 0; |
| 131 |
|
have_zcons_tol = 0; |
| 132 |
< |
} |
| 132 |
> |
|
| 133 |
> |
|
| 134 |
> |
strcpy( initial_config, "./fooBar" ); |
| 135 |
> |
|
| 136 |
> |
} |
| 137 |
|
|
| 138 |
|
Globals::~Globals(){ |
| 139 |
|
int i; |
| 252 |
|
|
| 253 |
|
case STRING: |
| 254 |
|
return current_zConstraint->assignString( the_event->evt.asmt.lhs, |
| 255 |
< |
the_event->evt.asmt.rhs.sval, |
| 256 |
< |
&(the_event->err_msg)); |
| 255 |
> |
the_event->evt.asmt.rhs.sval, |
| 256 |
> |
&(the_event->err_msg)); |
| 257 |
|
break; |
| 258 |
|
|
| 259 |
|
case DOUBLE: |
| 260 |
|
return current_zConstraint->assignDouble( the_event->evt.asmt.lhs, |
| 261 |
< |
the_event->evt.asmt.rhs.dval, |
| 262 |
< |
&(the_event->err_msg)); |
| 261 |
> |
the_event->evt.asmt.rhs.dval, |
| 262 |
> |
&(the_event->err_msg)); |
| 263 |
|
break; |
| 264 |
|
|
| 265 |
|
case INT: |
| 266 |
|
return current_zConstraint->assignInt( the_event->evt.asmt.lhs, |
| 267 |
< |
the_event->evt.asmt.rhs.ival, |
| 268 |
< |
&(the_event->err_msg)); |
| 267 |
> |
the_event->evt.asmt.rhs.ival, |
| 268 |
> |
&(the_event->err_msg)); |
| 269 |
|
break; |
| 270 |
|
|
| 271 |
|
default: |
| 723 |
|
} |
| 724 |
|
break; |
| 725 |
|
|
| 726 |
< |
case G_THERMALTIME: |
| 726 |
> |
case G_THERMALTIME: |
| 727 |
|
switch( the_type ){ |
| 728 |
|
|
| 729 |
|
case STRING: |
| 981 |
|
} |
| 982 |
|
break; |
| 983 |
|
|
| 984 |
< |
case G_ZCONSTIME: |
| 984 |
> |
case G_ZCONSTIME: |
| 985 |
|
switch( the_type ){ |
| 986 |
|
|
| 987 |
|
case STRING: |
| 1010 |
|
} |
| 1011 |
|
break; |
| 1012 |
|
|
| 1013 |
< |
case G_ZCONSTOL: |
| 1013 |
> |
case G_ZCONSTOL: |
| 1014 |
|
switch( the_type ){ |
| 1015 |
|
|
| 1016 |
|
case STRING: |