r7061: initial property settings
[ctsim.git] / tools / pjHinterp.cpp
index 45556080df330eb6341d206aac4565fcf3e13434..dc2b0e94457f81a7b5075bc8d23a19b9d7527601 100644 (file)
@@ -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();
   }