]> git.treefish.org Git - phys/heatbath.git/commitdiff
...
authorAlexander Schmidt <alex@treefish.org>
Fri, 22 Nov 2013 23:32:16 +0000 (00:32 +0100)
committerAlexander Schmidt <alex@treefish.org>
Fri, 22 Nov 2013 23:32:16 +0000 (00:32 +0100)
heatbath.cpp

index 05c529188ab3fa7ae39a066578e6de4298bbcd08..ffa1f6e262275fc8fb85d595d7b02481627c027f 100644 (file)
@@ -56,7 +56,7 @@ void parseLonelyArgs()
       O815->observables.push_back(new obs_phi2_hist(O815));
     }
     else if ( strcmp(*lonit, "phip2_hist") == 0 ) {
-      *O815->out->log << "MASTER: registered observable: phi2p_hist" << endl << flush;
+      *O815->out->log << "MASTER: registered observable: phip2_hist" << endl << flush;
       O815->observables.push_back(new obs_phip2_hist(O815));
     }
   }