X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fphm2if.cpp;fp=tools%2Fphm2if.cpp;h=8d5e403d997452803c4c81df671281a54d3a04c6;hb=e9c20d8b9cf2a0f49d0086e50bd6a4eb2c6c2dac;hp=f7f9551d62505bc5f7447df0b8f69cc5492a5d7d;hpb=abc2f42296c6367844a590a52a7d0952356f34e0;p=ctsim.git diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index f7f9551..8d5e403 100644 --- a/tools/phm2if.cpp +++ b/tools/phm2if.cpp @@ -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;