X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2FpjHinterp.cpp;fp=tools%2FpjHinterp.cpp;h=db95ceeb1b8627c214b2bd49799f32b5f0801863;hb=6bcab27e89795df59defa160aff6b9831468c4d9;hp=45556080df330eb6341d206aac4565fcf3e13434;hpb=cbf21750185deb211fd3c1d009d72d027dec09b1;p=ctsim.git diff --git a/tools/pjHinterp.cpp b/tools/pjHinterp.cpp index 4555608..db95cee 100644 --- a/tools/pjHinterp.cpp +++ b/tools/pjHinterp.cpp @@ -9,7 +9,7 @@ * ** This is part of the CTSim program * ** Copyright (C) 1983-2000 Kevin Rosenberg * ** -* ** $Id: pjHinterp.cpp,v 1.3 2002/05/03 10:28:17 kevin Exp $ +* ** $Id: pjHinterp.cpp,v 1.4 2002/06/20 08:22:48 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 @@ -43,7 +43,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: pjHinterp.cpp,v 1.3 2002/05/03 10:28:17 kevin Exp $"; +static const char* g_szIdStr = "$Id: pjHinterp.cpp,v 1.4 2002/06/20 08:22:48 kevin Exp $"; void pjHinterp_usage ( const char *program ) { @@ -137,7 +137,7 @@ pjHinterp_main(int argc, char * const argv[]) return (1); } if (bOptVerbose) { - ostringstream os; + std::ostringstream os; projections.printScanInfo(os); std::cout << os.str(); }