Fixed merge problem in last commit
parent
71039164b2
commit
a77a704b45
|
|
@ -95,7 +95,7 @@ namespace gtsam {
|
|||
class GTSAM_EXPORT IndeterminantLinearSystemException : public ThreadsafeException<IndeterminantLinearSystemException> {
|
||||
Index j_;
|
||||
public:
|
||||
IndeterminantLinearSystemException(Index j) throw();
|
||||
IndeterminantLinearSystemException(Index j) throw() : j_(j) {}
|
||||
virtual ~IndeterminantLinearSystemException() throw() {}
|
||||
Index nearbyVariable() const { return j_; }
|
||||
virtual const char* what() const throw();
|
||||
|
|
|
|||
Loading…
Reference in New Issue