X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fphm2if.cpp;h=edcdba43cad1d9e4345fc53362e8524d35791646;hp=8d5e403d997452803c4c81df671281a54d3a04c6;hb=36c820a392f2e9e023d373aaf46e8bfb6018bdd4;hpb=da7c413d9b557a45c17a5af5d13de0825507a22d diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index 8d5e403..edcdba4 100644 --- a/tools/phm2if.cpp +++ b/tools/phm2if.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2if.cpp,v 1.20 2001/01/07 22:19:44 kevin Exp $ +** $Id: phm2if.cpp,v 1.21 2001/01/09 22:31: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 @@ -50,7 +50,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.20 2001/01/07 22:19:44 kevin Exp $"; +static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.21 2001/01/09 22:31:47 kevin Exp $"; void phm2if_usage (const char *program) @@ -332,10 +332,6 @@ phm2if_main (int argc, char* const argv[]) } else if (optFilterName != "") { pImGlobal->filterResponse (optDomainName.c_str(), optFilterBW, optFilterName.c_str(), optFilterParam); } else { -#if HAVE_SGP - if (optTrace >= Trace::TRACE_PHANTOM) - phm.show(); -#endif phm.convertToImagefile (*pImGlobal, opt_nsample, optTrace); } #endif