From: <mk...@us...> - 2003-08-16 10:32:12
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv7027 Modified Files: CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** CHANGES.current 13 Aug 2003 11:48:02 -0000 1.64 --- CHANGES.current 16 Aug 2003 10:25:14 -0000 1.65 *************** *** 2,5 **** --- 2,13 ---- =========================== + 2003-08-15: onsight + Updates related to SimData API changes (mostly use + of simdata::PI, toRadians, and toDegrees instead of + the G_PI, D2R, and R2D macros). + + Added a CSPSim.py option to set the SimData logging + level from the command line. + 2003-08-12: onsight Minor updates to Terrain/dem2dat and Terrain/tile to |