|
From: <de...@us...> - 2003-03-28 19:04:32
|
Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv15147
Modified Files:
CHANGES.current
Log Message:
no message
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CHANGES.current 28 Mar 2003 11:18:28 -0000 1.16
--- CHANGES.current 28 Mar 2003 19:04:28 -0000 1.17
***************
*** 2,5 ****
--- 2,13 ----
===========================
+ 2003-03-28: delta
+ updated .net project (release mode is maintained)
+
+ Once SimData is compiled, in command line, write:
+ setup.py make_install_win
+ from APPLICATIONS/SimData to copy all headers and binaries needed
+ for csp.
+
2003-03-27: onsight
Added push_back() methods for int, double, and string to
***************
*** 28,33 ****
directives. Still more to be done.
! *** ANY MSVC USERS: PLEASE UPDATE THE PROJECT FILE TO INCLUDE ***
! *** NOISE.CPP AND REAL.CPP, AND REMOVE SPREAD.CPP ***
2003-03-25: onsight
--- 36,43 ----
directives. Still more to be done.
! 2003-03-26: delta
! Removed Spread.cpp and added Noise.cpp and Real.cpp
!
! Added export symbol to Table and InterpolatedData classes.
2003-03-25: onsight
|