From 05bb53b33c41a70cf1522def0d1892c8700d76a6 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Fri, 22 Nov 2013 22:00:30 +0100 Subject: [PATCH 1/1] Removed debug output. --- heatbath.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/heatbath.cpp b/heatbath.cpp index c95ecf5..05c5291 100644 --- a/heatbath.cpp +++ b/heatbath.cpp @@ -75,8 +75,6 @@ int main (int argc, char *argv[]) O815->Sim = new sim(O815); parseLonelyArgs(); - - cout << "here" << endl; O815->mainLoop(); -- 2.39.5