|
From: <de...@us...> - 2003-04-03 10:41:36
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv6028 Modified Files: CHANGES.current Log Message: no message Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** CHANGES.current 28 Mar 2003 19:20:24 -0000 1.11 --- CHANGES.current 3 Apr 2003 10:41:32 -0000 1.12 *************** *** 2,5 **** --- 2,22 ---- =========================== + LINUX USERS: you need to add NumericalMethod.cpp to your Makefile. + + 2003-04-03: delta + .net project updated; debug and release are maintained. + + Rewritten DynamicalSystem interface; you need now, to define a + vector field as a method of DynamicalSystem (which inherites from + VectorField). You need to furnish the NumericalMethod used to approximate + the exact solution of your ODE (use setNumericalMethod). AeroDynamics is + now a DynamicalSystem. + + Merging Onsight code on airflow, collision and landing gear; this code is not + yet enabled. + + Cleaning code in CSPSim.cpp, AeroDynamics.cpp and .h; added NumericalMethod.cpp + and NumericalMethod.h. + 2003-03-28: delta .net project updated: CSPSimDLL (release mode is maintained) |