r170: *** empty log message ***
[ctsim.git] / tools / phm2pj.cpp
index 4c12ecf6f1e1d037bafdd731dc1821757ad4467f..ee4832a08e8b2fd5597e457684a49ffeb436f36f 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2pj.cpp,v 1.5 2000/07/28 08:28:08 kevin Exp $
+**  $Id: phm2pj.cpp,v 1.7 2000/08/02 18:09:11 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
@@ -47,6 +47,8 @@ static struct option phm2pj_options[] =
   {0, 0, 0, 0}
 };
 
+static const char* g_szIdStr = "$id$";
+
 
 void 
 phm2pj_usage (const char *program)
@@ -290,7 +292,7 @@ phm2pj_main (int argc, char* argv[])
   SGP* pSGP = NULL;
 
   if (opt_trace >= TRACE_PHM) {
-    pSGPDriver = new SGPDriver ("phm2pj");
+    pSGPDriver = new SGPDriver ("phm2pj", 600, 600);
     pSGP = new SGP (*pSGPDriver);
   }