fixed print function
parent
37b750411f
commit
e56666e85c
|
|
@ -87,7 +87,8 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
/// print
|
/// print
|
||||||
void print(const std::string& s, const KeyFormatter& formatter) const {
|
void print(const std::string& s = "",
|
||||||
|
const KeyFormatter& keyFormatter = DefaultKeyFormatter) const {
|
||||||
std::cout << " ImplicitSchurFactor " << std::endl;
|
std::cout << " ImplicitSchurFactor " << std::endl;
|
||||||
Factor::print(s);
|
Factor::print(s);
|
||||||
std::cout << " PointCovariance_ \n" << PointCovariance_ << std::endl;
|
std::cout << " PointCovariance_ \n" << PointCovariance_ << std::endl;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue