Changeset 27 for bdm/estim

Show
Ignore:
Timestamp:
02/22/08 13:57:23 (16 years ago)
Author:
mido
Message:

par preklepu

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/libKF.cpp

    r15 r27  
    4747std::ostream &operator<< ( std::ostream &os, const KalmanFull &kf ) { 
    4848        os << "mu:" << kf.mu << endl << "P:" << kf.P <<endl; 
     49        return os; 
    4950} 
    5051