minor format
parent
bb6e489c37
commit
315b10bb96
|
@ -77,7 +77,7 @@ namespace gtsam {
|
||||||
|
|
||||||
/** equality up to tolerance */
|
/** equality up to tolerance */
|
||||||
bool equals(const Node& q, double tol) const override {
|
bool equals(const Node& q, double tol) const override {
|
||||||
const Leaf* other = dynamic_cast<const Leaf*> (&q);
|
const Leaf* other = dynamic_cast<const Leaf*>(&q);
|
||||||
if (!other) return false;
|
if (!other) return false;
|
||||||
return this->constant_ == other->constant_;
|
return this->constant_ == other->constant_;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue