r369: Improvements in ctsimtext
[ctsim.git] / tools / phm2if.cpp
index 8d5e403d997452803c4c81df671281a54d3a04c6..edcdba43cad1d9e4345fc53362e8524d35791646 100644 (file)
@@ -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