Fixed compile error. Sorry!
parent
c784a9c7df
commit
b50c69b7aa
|
@ -107,7 +107,7 @@ Matrix NonlinearISAM::marginalCovariance(Key key) const {
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
void NonlinearISAM::print(const string& s) const {
|
void NonlinearISAM::print(const string& s) const {
|
||||||
cout s << "ReorderInterval: " << reorderInterval_ << " Current Count: " << reorderCounter_ << endl;
|
cout << s << "ReorderInterval: " << reorderInterval_ << " Current Count: " << reorderCounter_ << endl;
|
||||||
isam_.print("GaussianISAM:\n");
|
isam_.print("GaussianISAM:\n");
|
||||||
linPoint_.print("Linearization Point:\n");
|
linPoint_.print("Linearization Point:\n");
|
||||||
ordering_.print("System Ordering:\n");
|
ordering_.print("System Ordering:\n");
|
||||||
|
|
Loading…
Reference in New Issue