Removed extraneous const that triggered warnings

release/4.3a0
Alex Cunningham 2010-05-26 17:32:19 +00:00
parent e6e93475cf
commit 6827b23b3f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace gtsam {
}
/** return the measured */
inline const double measured() const {
inline double measured() const {
return z_;
}
}; // RangeFactor