X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fphm2if.cpp;fp=tools%2Fphm2if.cpp;h=f56a8f1a13c102d9d409b2930f047bc41fae8906;hp=3d1915c0f3bf48139c3a5167ad9122c6dc3a0e40;hb=74377b5c32f908a9d5a7665f4ad81d35619272f9;hpb=51794187a735982f7b1fb805276f28230c1ca337 diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index 3d1915c..f56a8f1 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.12 2000/09/04 09:06:46 kevin Exp $ +** $Id: phm2if.cpp,v 1.13 2000/11/09 00:12:25 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.12 2000/09/04 09:06:46 kevin Exp $"; +static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.13 2000/11/09 00:12:25 kevin Exp $"; void phm2if_usage (const char *program) @@ -108,7 +108,7 @@ phm2if_main (int argc, char* argv[]) { ImageFile* pImGlobal = NULL; Phantom phm; - string optPhmName (Phantom::convertPhantomIDToName(Phantom::PHM_HERMAN)); + string optPhmName; string optFilterName; string optDomainName (SignalFilter::convertDomainIDToName (SignalFilter::DOMAIN_SPATIAL)); string optOutFilename;