X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fscanner.cpp;h=6747ea030d59da2f3a1b80876d0ea544c648c53c;hp=5be1b78f79a7812ad0b5b818b061abbdf6ec5b74;hb=6bcab27e89795df59defa160aff6b9831468c4d9;hpb=cbf21750185deb211fd3c1d009d72d027dec09b1 diff --git a/libctsim/scanner.cpp b/libctsim/scanner.cpp index 5be1b78..6747ea0 100644 --- a/libctsim/scanner.cpp +++ b/libctsim/scanner.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: scanner.cpp,v 1.41 2002/05/05 14:22:44 kevin Exp $ +** $Id: scanner.cpp,v 1.42 2002/06/20 08:22:48 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 @@ -354,7 +354,7 @@ Scanner::collectProjections (Projections& proj, const Phantom& phm, const int iS m_pSGP->setColor (C_BLUE); #if MSVC m_pSGP->setTextPointSize (9); -else +#else m_pSGP->setTextPointSize (14); #endif phm.draw (*m_pSGP);