X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2FpjHinterp.cpp;h=dc2b0e94457f81a7b5075bc8d23a19b9d7527601;hb=79b656146b04b1d57d1ac27f9f2e5474e17c4936;hp=45556080df330eb6341d206aac4565fcf3e13434;hpb=4200add84ac2d531eafd1c09a2e58f6252102f5b;p=ctsim.git diff --git a/tools/pjHinterp.cpp b/tools/pjHinterp.cpp index 4555608..dc2b0e9 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$ * ** * ** 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$"; 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(); }