[Opal-commits] opal/vc7 opal-ode.vcproj,1.19,1.20
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-21 04:29:14
|
Update of /cvsroot/opal/opal/vc7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15060/vc7 Modified Files: opal-ode.vcproj Log Message: added a PostStepEventHandler that gets notified at the end of every simulation step Index: opal-ode.vcproj =================================================================== RCS file: /cvsroot/opal/opal/vc7/opal-ode.vcproj,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** opal-ode.vcproj 14 Mar 2005 05:18:28 -0000 1.19 --- opal-ode.vcproj 21 Mar 2005 04:29:06 -0000 1.20 *************** *** 252,255 **** --- 252,258 ---- </File> <File + RelativePath="..\src\PostStepEventHandler.h"> + </File> + <File RelativePath="..\src\RaycastSensor.h"> </File> |