massive code move
[mussa.git] / mussa_class.hh
index efa6e91ab44f3d415bc5b7dac44707341bc3dbf4..334f10f5c2b376593b3cb718016c27532b9e589e 100644 (file)
@@ -23,7 +23,6 @@
 
 std::string int_to_str(int an_int);
 
-
 class Mussa
 {
   friend class MussaOverlord;
@@ -41,11 +40,11 @@ class Mussa
     bool win_override, thres_override;
     bool win_append, thres_append;
 
-    // sequence data
+    //! sequence data
     std::vector<Sequence> the_Seqs;
-    // the seqcomp data
+    //! the seqcomp data
     std::vector<std::vector<FLPs> > all_comps;
-    // N-way data, ie the mussa results  
+    //! N-way data, ie the mussa results  
     Nway_Paths the_paths;