diff include/Motion.hpp @ 201:f7ddfc4aeb1e

added tests for graphs
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 05 Mar 2012 01:52:56 -0500
parents 0a27fa343257
children bc93e87a2108 bc4ea09b1743
line wrap: on
line diff
--- a/include/Motion.hpp	Fri Mar 02 19:32:54 2012 -0500
+++ b/include/Motion.hpp	Mon Mar 05 01:52:56 2012 -0500
@@ -116,8 +116,7 @@
   void connectedComponents(const int& lastInstant);
 
   /** Performs some checks on groups of features and return their lists of ids if correct
-      Removes the vertices from the graph
-   */
+      Removes the vertices from the graph */
   std::vector<std::vector<unsigned int> > getFeatureGroups(void);
 
   std::string informationString(void) const;