Browse Source

*** empty log message ***

David Rose 24 years ago
parent
commit
637a6cc432
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/deadrec/smoothMover.cxx

+ 1 - 1
direct/src/deadrec/smoothMover.cxx

@@ -24,7 +24,7 @@ SmoothMover::SmoothMode SmoothMover::_smooth_mode = SmoothMover::SM_off;
 SmoothMover::PredictionMode SmoothMover::_prediction_mode = SmoothMover::PM_off;
 SmoothMover::PredictionMode SmoothMover::_prediction_mode = SmoothMover::PM_off;
 double SmoothMover::_delay = 0.2;
 double SmoothMover::_delay = 0.2;
 double SmoothMover::_max_position_age = 0.25;
 double SmoothMover::_max_position_age = 0.25;
-double SmoothMover::_reset_velocity_age = 0.5;
+double SmoothMover::_reset_velocity_age = 0.3;
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //     Function: SmoothMover::Constructor
 //     Function: SmoothMover::Constructor