[Opal-commits] opal/src/ODE ODESimulator.cpp,1.101,1.102
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-19 14:20:47
|
Update of /cvsroot/opal/opal/src/ODE In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18173/src/ODE Modified Files: ODESimulator.cpp Log Message: added some comments to make the doxygen documentation look better Index: ODESimulator.cpp =================================================================== RCS file: /cvsroot/opal/opal/src/ODE/ODESimulator.cpp,v retrieving revision 1.101 retrieving revision 1.102 diff -C2 -d -r1.101 -r1.102 *** ODESimulator.cpp 18 Apr 2005 22:21:05 -0000 1.101 --- ODESimulator.cpp 19 Apr 2005 14:20:37 -0000 1.102 *************** *** 31,35 **** namespace opal { ! OPAL_EXPORT_FUNCTION(opal::Simulator*) createSimulator() { return new opal::ODESimulator(); --- 31,35 ---- namespace opal { ! OPAL_EXPORT_FUNCTION opal::Simulator* OPAL_CALL createSimulator() { return new opal::ODESimulator(); |