Formatting cleanup

release/4.3a0
Richard Roberts 2013-06-21 15:22:57 +00:00
parent 49338228a5
commit 003954425a
1 changed files with 1 additions and 3 deletions

View File

@ -180,9 +180,7 @@ namespace gtsam {
bool operator ==(const Point3& q) const;
/** return vectorized form (column-wise)*/
Vector3 vector() const {
return Vector3(x_,y_,z_);
}
Vector3 vector() const { return Vector3(x_,y_,z_); }
/// get x
inline double x() const {return x_;}