[Opal-commits] opal todo.txt,1.69,1.70
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-06 04:48:53
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1764 Modified Files: todo.txt Log Message: minor changes; added stuff to sample app Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/todo.txt,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** todo.txt 5 Apr 2005 05:18:53 -0000 1.69 --- todo.txt 6 Apr 2005 04:48:45 -0000 1.70 *************** *** 26,29 **** --- 26,31 ---- * comment math functions + * make an OPAL_ASSERT that prints informative messages; replace all assert() calls + * move samples to a separate module? *************** *** 47,50 **** --- 49,55 ---- ================= + * implement fast rotation instability fix idea for ode, posted on ode message board; remove max velocity caps? (note that novodex uses only max angular velocity) + - alternate solution: just use an aggressive max angular vel and/or angular damping, like novodex does + * private constructors for opal-managed objects? |