r3885: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 30 Jan 2003 22:02:30 +0000 (22:02 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 30 Jan 2003 22:02:30 +0000 (22:02 +0000)
src/graph3dview.cpp

index f704e7992b60ad11a0dc04db59279144b70f1aed..3a4221a2233abd0b16673865caefe7b40ff75365 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: graph3dview.cpp,v 1.33 2003/01/30 21:53:16 kevin Exp $
+**  $Id: graph3dview.cpp,v 1.34 2003/01/30 22:02:30 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -402,9 +402,9 @@ Graph3dFileView::OnDraw (wxDC* dc)
 {
   if (m_pCanvas) {
     m_pCanvas->SetCurrent();
-//#ifdef DEBUG
+#ifdef DEBUG
        *theApp->getLog() << "Drawing 3d surface\n";
-//#endif
+#endif
     Draw();
     m_pCanvas->SwapBuffers();
   }