[Opal-commits] opal/src Solid.cpp,1.32,1.33
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-10 23:09:47
|
Update of /cvsroot/opal/opal/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24043/src Modified Files: Solid.cpp Log Message: minor fix to sleep parameter set function Index: Solid.cpp =================================================================== RCS file: /cvsroot/opal/opal/src/Solid.cpp,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Solid.cpp 3 Apr 2005 00:11:44 -0000 1.32 --- Solid.cpp 10 Apr 2005 23:09:21 -0000 1.33 *************** *** 188,191 **** --- 188,192 ---- } + // If there are Forces to apply and the Solid is asleep, wake it up. if(!mForceList.empty() && isSleeping()) { |