X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fscanner.cpp;h=59bcf943fa1eefd17fdbd1a74b8dae5c5bdf4330;hp=cf6c78cf8a8a55e99f3985e1ef9b3381ca39c2b0;hb=dc034c9d0b7d9c3874a324a4c2c189a02945adc8;hpb=6afa21de8aa00b405de47584efe108c71df33e1b diff --git a/libctsim/scanner.cpp b/libctsim/scanner.cpp index cf6c78c..59bcf94 100644 --- a/libctsim/scanner.cpp +++ b/libctsim/scanner.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: scanner.cpp,v 1.19 2000/12/16 02:44:26 kevin Exp $ +** $Id: scanner.cpp,v 1.20 2000/12/16 06:12:47 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 @@ -365,7 +365,7 @@ Scanner::collectProjections (Projections& proj, const Phantom& phm, const int iS traceShowParam ("Current View:", "%d (%.0f%%)", PROJECTION_TRACE_ROW_CURR_VIEW, C_RED, iView + iStartView, (iView + iStartView) / static_cast(m_nView) * 100.); #endif if (m_trace == Trace::TRACE_CONSOLE) - cout << "Current View: " << iView+iStartView << endl; + std::cout << "Current View: " << iView+iStartView << std::endl; projectSingleView (phm, detArray, xd1, yd1, xd2, yd2, xs1, ys1, xs2, ys2, viewAngle + 3 * HALFPI); detArray.setViewAngle (viewAngle);