X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fphm2if.cpp;fp=tools%2Fphm2if.cpp;h=80dc0d121e32e12aac046e4c6cc6ca19f956bcf8;hp=e0ca9c81238e97137226410af2f2ed05bff77ab5;hb=c39188dafe238b70c0e2dd45fd1cd2e2be95a7dc;hpb=60de4f91316c2c991d6310ada775c3b926f560e3 diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index e0ca9c8..80dc0d1 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.17 2001/01/02 05:34:57 kevin Exp $ +** $Id: phm2if.cpp,v 1.18 2001/01/02 07:24:26 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.17 2001/01/02 05:34:57 kevin Exp $"; +static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.18 2001/01/02 07:24:26 kevin Exp $"; void phm2if_usage (const char *program) @@ -356,7 +356,7 @@ phm2if_main (int argc, char* argv[]) std::cout << "Enter display size scale (nominal = 1): "; std::cin >> nscale; - std::cout ("Enter minimum and maximum densities (min, max): "; + std::cout << "Enter minimum and maximum densities (min, max): "; std::cin >> dmin; std::cin >> dmax; pImGlobal->displayScaling (nscale, dmin, dmax);