|
From: <mk...@us...> - 2003-06-10 23:32:03
|
Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv2480
Modified Files:
CHANGES.current
Log Message:
see CHANGES.current
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** CHANGES.current 10 Jun 2003 22:31:21 -0000 1.37
--- CHANGES.current 10 Jun 2003 23:31:29 -0000 1.38
***************
*** 6,9 ****
--- 6,23 ----
in math.h.
+ 2003-05-14: onsight
+ Added LLA, UTM, and ECEF classes. This some functionality is
+ inclueded in GeoPos, but that class is a bit bloated. Eventually
+ GeoPos will be rewritten as an ECEF derived class that contains
+ LLA and UTM members with lazy evaluation.
+
+ Added <LLA>, <UTM>, and <ECEF> XML tags to the parser. These
+ can be used interchangeably with variables of any of the three
+ corresponding types.
+
+ Finally fixed the SWIG warning about Referenced.
+
+ Added setLogClasses method to LogStream.
+
2003-05-13: onsight
Added exception handling to file copying in setup.py. Copy errors
|