release/4.3a0
Varun Agrawal 2020-04-13 20:09:43 -04:00
parent e7632608e5
commit 734772d92f
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ public:
// template <typename Derived, bool InnerPanel>
// OptionalJacobian(Eigen::Block<Derived,Rows,Cols,InnerPanel> block) : map_(NULL) { ?? }
/// Return true is allocated, false if default constructor was used
/// Return true if allocated, false if default constructor was used
operator bool() const {
return map_.data() != NULL;
}
@ -197,7 +197,7 @@ public:
#endif
/// Return true is allocated, false if default constructor was used
/// Return true if allocated, false if default constructor was used
operator bool() const {
return pointer_!=NULL;
}