r2130: *** empty log message ***
[ctsim.git] / tools / pjHinterp.cpp
index 45556080df330eb6341d206aac4565fcf3e13434..db95ceeb1b8627c214b2bd49799f32b5f0801863 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: 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();
   }