make sure we show the start of our sequence name
[mussa.git] / alg / sequence.cpp
index 64bbfbd3cdeab37d179cb1754601d29ebb5e37f2..0b7fb0e7511a3d9a4cb99e5deb2f0a71a3a90da7 100644 (file)
@@ -654,9 +654,9 @@ Sequence::size_type Sequence::length() const
 {
   return size();
 }
+
 void
 Sequence::save(fs::fstream &save_file)
-               //std::string save_file_path)
 {
   //fstream save_file;
   std::list<annot>::iterator annots_i;