r460: no message
[ctsim.git] / src / dlgreconstruct.cpp
index 4fd7b1af7e8bc971c1433520aee74a0418cd6dbd..d0be191674e6315011cdd02a9058bc22c91c39c5 100644 (file)
@@ -7,9 +7,9 @@
 **   Date Started:  August 2000
 **
 **  This is part of the CTSim program
-**  Copyright (C) 1983-2000 Kevin Rosenberg
+**  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: dlgreconstruct.cpp,v 1.13 2001/01/02 16:02:13 kevin Exp $
+**  $Id: dlgreconstruct.cpp,v 1.15 2001/01/28 19:10:18 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
@@ -172,7 +172,7 @@ ReconstructDialog::showView (int iViewNumber, bool bBackprojectView)
                m_pSGP->drawText (szProgress);
                m_pSGP->setTextSize (dCharHeight);
                
-               m_pSGP->setViewport (0.0, 0.1, 0.66, 1.);
+               // m_pSGP->setViewport (0.0, 0.1, 0.66, 1.); // viewport equiv now done in subroutine
                m_rReconstructor.reconstructView (iViewNumber, 1, m_pSGP, bBackprojectView);
                
                ImageFileArrayConst v = m_rImageFile.getArray();