Salome HOME
Merge from V5_1_main branch 24/11/2010
[modules/smesh.git] / src / DriverUNV / UNV_Test.cxx
index 55964109a526683e746c73e386a8f98afd16b561..2953633807ed8ba72c843cd272c88d17e0e40815 100644 (file)
 
 using namespace std;
 
-#ifdef DEBUG
-static int MYDEBUG = 1;
-#else
-static int MYDEBUG = 0;
-#endif
-
-
 void ReadMed(const char* theFileName){
   std::ifstream in_stream(theFileName);