Fixed key formatting
parent
cee0a234ac
commit
b3428881bd
|
|
@ -49,7 +49,7 @@ namespace gtsam {
|
|||
|
||||
// Implementing Testable interface
|
||||
virtual void print(const std::string& s = "",
|
||||
const IndexFormatter& formatter = DefaultIndexFormatter) const = 0;
|
||||
const KeyFormatter& formatter = DefaultKeyFormatter) const = 0;
|
||||
|
||||
/** Equals for testable */
|
||||
virtual bool equals(const GaussianFactor& lf, double tol = 1e-9) const = 0;
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ namespace gtsam {
|
|||
|
||||
/** Print the factor for debugging and testing (implementing Testable) */
|
||||
virtual void print(const std::string& s = "",
|
||||
const IndexFormatter& formatter = DefaultKeyFormatter) const;
|
||||
const KeyFormatter& formatter = DefaultKeyFormatter) const;
|
||||
|
||||
/** Compare to another factor for testing (implementing Testable) */
|
||||
virtual bool equals(const GaussianFactor& lf, double tol = 1e-9) const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue