use static_cast for Rot3 matrix
parent
d7522ab970
commit
e4b30fd580
|
|
@ -33,7 +33,7 @@ namespace gtsam {
|
|||
/* ************************************************************************* */
|
||||
void Rot3::print(const std::string& s) const {
|
||||
cout << (s.empty() ? "R: " : s + " ");
|
||||
gtsam::print((Matrix)matrix());
|
||||
gtsam::print(static_cast<Matrix>(matrix()));
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue