From: Kevin M. Rosenberg Date: Thu, 30 Jan 2003 22:02:30 +0000 (+0000) Subject: r3885: *** empty log message *** X-Git-Tag: debian-4.5.3-3~124 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=afba0a8f722dc439b88b4d9133a2306b4d73cc5a r3885: *** empty log message *** --- diff --git a/src/graph3dview.cpp b/src/graph3dview.cpp index f704e79..3a4221a 100644 --- a/src/graph3dview.cpp +++ b/src/graph3dview.cpp @@ -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(); }