Fixed indentation

release/4.3a0
Richard Roberts 2009-12-07 22:51:49 +00:00
parent 35a9bb0cec
commit 53af03368f
1 changed files with 2 additions and 2 deletions

View File

@ -68,10 +68,10 @@ namespace gtsam {
inline sharedFactor operator[](size_t i) const {return factors_[i];} inline sharedFactor operator[](size_t i) const {return factors_[i];}
/** return the number of factors and NULLS */ /** return the number of factors and NULLS */
inline size_t size() const { return factors_.size();} inline size_t size() const { return factors_.size();}
/** return the number valid factors */ /** return the number valid factors */
size_t nrFactors() const; size_t nrFactors() const;
/** Add a factor */ /** Add a factor */
void push_back(sharedFactor factor); void push_back(sharedFactor factor);