summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 04:27:27 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 04:27:27 +0900
commitf96c0cbe62a8eb5bb544a40a6ef4231652829812 (patch)
tree8a64a457cf59b2772920a6dd40f4f54dc963777d /globals.h
parent99fa13aa3b871061991a4242d02ee773b75b2458 (diff)
misc fixes to max zout checksINSTRUMENT_6_4_27
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 6b2e272..7aafe73 100644
--- a/globals.h
+++ b/globals.h
@@ -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;