missed methods to get verbosity flags in previous check-in

release/4.3a0
Chris Beall 2013-05-08 20:22:50 +00:00
parent 7ad3de6bc0
commit 5ebf55712f
1 changed files with 6 additions and 0 deletions

View File

@ -159,6 +159,12 @@ public:
return K_;
}
/** return verbosity */
inline bool verboseCheirality() const { return verboseCheirality_; }
/** return flag for throwing cheirality exceptions */
inline bool throwCheirality() const { return throwCheirality_; }
private:
/** Serialization function */
friend class boost::serialization::access;