From: <mk...@us...> - 2003-09-18 00:27:41
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv24484 Modified Files: Tag: b0_4_0 CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.75.2.5 retrieving revision 1.75.2.6 diff -C2 -d -r1.75.2.5 -r1.75.2.6 *** CHANGES.current 7 Sep 2003 22:25:05 -0000 1.75.2.5 --- CHANGES.current 18 Sep 2003 00:27:37 -0000 1.75.2.6 *************** *** 1,4 **** --- 1,16 ---- Version 0.4.0 (in progress) =========================== + 2003-09-17: onsight + Changed Real::asString() to use std::stringstream instead + of snprintf. + + Changed DataArchive to use std::stringstream for an error + message. + + Fixed including std headers into simdata namespace in + Date.cpp. + + ==========> NOTE that Quaternion.h/cpp are now Quat.h/cpp + 2003-09-07: onsight Fixed signed/unsigned comparisons in Composite.h |