From 09b0afefa6eee4c5ea13bda45328dfa619155f30 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Sat, 23 Nov 2013 00:32:16 +0100 Subject: [PATCH] ... --- heatbath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heatbath.cpp b/heatbath.cpp index 05c5291..ffa1f6e 100644 --- a/heatbath.cpp +++ b/heatbath.cpp @@ -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)); } } -- 2.39.5