Skip to content

Commit

Permalink
Merge pull request PointCloudLibrary#442 from ma-assbrock/master
Browse files Browse the repository at this point in the history
added a link in the documentation
  • Loading branch information
rbrusu committed Jan 21, 2014
2 parents 75603f1 + b291770 commit 0e459f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_consensus/include/pcl/sample_consensus/sac.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ namespace pcl
getInliers (std::vector<int> &inliers) { inliers = inliers_; }

/** \brief Return the model coefficients of the best model found so far.
* \param[out] model_coefficients the resultant model coefficients
* \param[out] model_coefficients the resultant model coefficients, as documented in \ref sample_consensus
*/
inline void
getModelCoefficients (Eigen::VectorXf &model_coefficients) { model_coefficients = model_coefficients_; }
Expand Down

0 comments on commit 0e459f1

Please sign in to comment.