[Opal-commits] opal changelog.txt,1.38,1.39
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-08-16 19:01:20
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3692 Modified Files: changelog.txt Log Message: Removed iterator from Solid::internal_applyForces to avoid assertions from VC++ 8.0 "Debug Iterator Support." Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** changelog.txt 16 Aug 2005 08:28:21 -0000 1.38 --- changelog.txt 16 Aug 2005 19:01:10 -0000 1.39 *************** *** 15,18 **** --- 15,20 ---- ------------------------------------------ + * 8-16-05: Removed iterator from Solid::internal_applyForces to avoid assertions from VC++ 8.0 "Debug Iterator Support." (Tyler Streeter) + * 8-16-05: Added VC8 (i.e. .NET 2005) project files. (Tyler Streeter) |