diff --git a/tcl/drivers/dilprep.tcl b/tcl/drivers/dilprep.tcl index 1e5dab3..569fff1 100644 --- a/tcl/drivers/dilprep.tcl +++ b/tcl/drivers/dilprep.tcl @@ -1,6 +1,6 @@ namespace eval dilprep { array set score {dil2 0 dil3 0 dil4 0} - array set curves {dil2 cx198 dil3 cx262 dil4 cx078} + array set curves {dil2 cx198 dil3 cx078 dil4 cx262} }