Index: trunk/Mars/fact/analysis/merpp.C
===================================================================
--- trunk/Mars/fact/analysis/merpp.C	(revision 15231)
+++ trunk/Mars/fact/analysis/merpp.C	(revision 15232)
@@ -6,5 +6,5 @@
     if (file.IsZombie())
     {
-        gLog << "merpp3: Invalid file '" << froot << "'" << endl;
+        gLog << "merpp: Invalid file '" << froot << "'" << endl;
         return;
     }
@@ -14,5 +14,5 @@
     if (!tree)
     {
-        gLog << "merpp3: Tree 'RunHeaders' not found... skipped." << endl;
+        gLog << "merpp: Tree 'RunHeaders' not found... skipped." << endl;
         return;
     }
@@ -20,5 +20,5 @@
     if (tree->GetEntries()!=1)
     {
-        gLog << "merpp3: Number of RunHeaders do not match 1... skipped." << endl;
+        gLog << "merpp: Number of RunHeaders do not match 1... skipped." << endl;
         return;
     }
@@ -72,5 +72,5 @@
 }
 
-int merpp3(const char *seqfile="sequences/20111205_013.seq", const char *path = "output")
+int merpp(const char *seqfile="sequences/20111205_013.seq", const char *path = "output")
 {
     // The sequence file which defines the files for the analysis
