r357: Conversion to CTSimText shell
[ctsim.git] / tools / phm2if.cpp
index f7f9551d62505bc5f7447df0b8f69cc5492a5d7d..8d5e403d997452803c4c81df671281a54d3a04c6 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2if.cpp,v 1.19 2001/01/02 13:57:52 kevin Exp $
+**  $Id: phm2if.cpp,v 1.20 2001/01/07 22:19:44 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.19 2001/01/02 13:57:52 kevin Exp $";
+static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.20 2001/01/07 22:19:44 kevin Exp $";
 
 void 
 phm2if_usage (const char *program)
@@ -104,7 +104,7 @@ void mpi_gather_image (MPIWorld& mpiWorld, ImageFile* pImGlobal, ImageFile* pImL
 #endif
 
 int 
-phm2if_main (int argc, char* argv[])
+phm2if_main (int argc, char* const argv[])
 {
   ImageFile* pImGlobal = NULL;
   Phantom phm;