r171: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 2 Aug 2000 19:55:45 +0000 (19:55 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 2 Aug 2000 19:55:45 +0000 (19:55 +0000)
tools/phm2if.cpp

index 67529d35c4cf6f77a8147204397ab148d0540ea2..00cc692deefe16ca3f8f935f0f3f76c6e231c1d8 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2if.cpp,v 1.7 2000/08/02 18:09:11 kevin Exp $
+**  $Id: phm2if.cpp,v 1.8 2000/08/02 19:55:45 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.7 2000/08/02 18:09:11 kevin Exp $";
+static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.8 2000/08/02 19:55:45 kevin Exp $";
 
 void 
 phm2if_usage (const char *program)
@@ -122,6 +122,8 @@ phm2if_main (int argc, char* argv[])
   int optTrace = TRACE_NONE;
   bool optVerbose = false;
   bool optDebug = false;
+  char *endptr = NULL;
+  char *endstr;
   Timer timerProgram;
 
 #ifdef HAVE_MPI
@@ -131,9 +133,6 @@ phm2if_main (int argc, char* argv[])
 #endif
     while (1) {
       int c = getopt_long(argc, argv, "", my_options, NULL);
-      char *endptr = NULL;
-      char *endstr;
-      
       if (c == -1)
        break;