X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fphm2pj.cpp;h=a2b30216b7645624143b23b93ae662ace4f44b3c;hb=980bef9b95bef1ab728634181a5672088fd47066;hp=4c12ecf6f1e1d037bafdd731dc1821757ad4467f;hpb=081b06d3a3372e5db56755c1fe5b2af9f8c189f3;p=ctsim.git diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index 4c12ecf..a2b3021 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -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.6 2000/07/31 14:48:35 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 @@ -290,7 +290,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); }