X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fdebug.cpp;h=c1557857185e4791e137255467245083d21b804c;hp=148db98b6ad53d8b5d1e92c18a50b4d2e2412e96;hb=5d2ae149e8a265e2cf488cf46c0c0e0d5b65e0c1;hpb=8d0e5b063af791abb303b7cb2e979cb41c93caf2 diff --git a/src/debug.cpp b/src/debug.cpp index 148db98..c155785 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -26,7 +26,7 @@ using std::endl; void DPF(int level, const char* pstr) { - //cout << pstr << endl; + cout << pstr << endl; } /// ***** Private Methods *****