From: <mk...@us...> - 2003-07-18 18:44:14
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv31593 Modified Files: CHANGES.current Log Message: see CHANGES.current Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** CHANGES.current 18 Jul 2003 10:14:48 -0000 1.44 --- CHANGES.current 18 Jul 2003 18:44:08 -0000 1.45 *************** *** 2,5 **** --- 2,14 ---- =========================== + 2003-07-18: onsight + Enabled method attribute for specifying the interpolation + method for LUT's. Valid methods are right now are LINEAR + or SPLINE (case insensitive). The default is linear. + + For example: + <Table1 name="foo" method="spline"> + <Breaks0> .... etc. + 2003-07-17: onsight Moved non-inlined LUT methods and ancillary classes out |