more debug changes
[physics.git] / src / debug.cpp
index 8c13cbe..148db98 100644 (file)
 
 #include "debug.h"
 
-/// ***** Private Method Headers *****
-/// ***** Private Variables *****
+#include <iostream>
+using std::cerr;
+using std::cout;
+using std::endl;
 
 /// ***** Public Methods *****
 
 void DPF(int level, const char* pstr)
 {
-  cout << pstr << endl;
+  //cout << pstr << endl;
 }
 
 /// ***** Private Methods *****