]> git.treefish.org Git - phys/heatbath.git/blobdiff - heatbath.cpp
...
[phys/heatbath.git] / heatbath.cpp
index c95ecf56b8a3da6ec84739cc916def552001dd26..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));
     }
   }
@@ -75,8 +75,6 @@ int main (int argc, char *argv[])
   O815->Sim = new sim(O815);
 
   parseLonelyArgs();
-
-  cout << "here" << endl;
   
   O815->mainLoop();