diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 04:27:27 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 04:27:27 +0900 |
commit | f96c0cbe62a8eb5bb544a40a6ef4231652829812 (patch) | |
tree | 8a64a457cf59b2772920a6dd40f4f54dc963777d /globals.h | |
parent | 99fa13aa3b871061991a4242d02ee773b75b2458 (diff) |
misc fixes to max zout checksINSTRUMENT_6_4_27
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -884,7 +884,7 @@ typedef struct { float err_max_slew[max_channels]; float err_min_load_type[max_channels]; float err_max_load_type[max_channels]; - float err_max_zout[max_channels]; + int err_max_zout[max_channels]; float composite_min_burst_time[max_channels]; /* minimum ever possible gap, taking into account all constraints */ } ConstraintsStruct; |