typo fix
parent
e7632608e5
commit
734772d92f
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue