Fix ambiguity
parent
e5b928c610
commit
00f8d90223
|
@ -269,9 +269,9 @@ namespace gtsam {
|
||||||
dot(os, values, keyFormatter, graphvizFormatting);
|
dot(os, values, keyFormatter, graphvizFormatting);
|
||||||
}
|
}
|
||||||
/** \deprecated */
|
/** \deprecated */
|
||||||
void GTSAM_DEPRECATED saveGraph(
|
void GTSAM_DEPRECATED
|
||||||
const std::string& filename, const Values& values,
|
saveGraph(const std::string& filename, const Values& values,
|
||||||
const GraphvizFormatting& graphvizFormatting = GraphvizFormatting(),
|
const GraphvizFormatting& graphvizFormatting,
|
||||||
const KeyFormatter& keyFormatter = DefaultKeyFormatter) const {
|
const KeyFormatter& keyFormatter = DefaultKeyFormatter) const {
|
||||||
saveGraph(filename, values, keyFormatter, graphvizFormatting);
|
saveGraph(filename, values, keyFormatter, graphvizFormatting);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue