Browse Source

*** empty log message ***

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

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

@@ -279,7 +279,7 @@ bool SmoothMover::
 get_latest_position() {
 get_latest_position() {
   if (_points.empty()) {
   if (_points.empty()) {
     // Nothing to do if there are no points.
     // Nothing to do if there are no points.
-    return false;
+    return _smooth_position_known;
   }
   }
 
 
   const SamplePoint &point = _points.back();
   const SamplePoint &point = _points.back();