X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fphm2pj.cpp;fp=tools%2Fphm2pj.cpp;h=4e4463da9bec97b6e9690b73ad55f57b155c9dbb;hb=e9c20d8b9cf2a0f49d0086e50bd6a4eb2c6c2dac;hp=9d53148f53868764d3641e4eb3cad8b74211fd15;hpb=abc2f42296c6367844a590a52a7d0952356f34e0;p=ctsim.git diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index 9d53148..4e4463d 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2pj.cpp,v 1.20 2001/01/02 05:34:57 kevin Exp $ +** $Id: phm2pj.cpp,v 1.21 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 phm2pj_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.20 2001/01/02 05:34:57 kevin Exp $"; +static const char* g_szIdStr = "$Id: phm2pj.cpp,v 1.21 2001/01/07 22:19:44 kevin Exp $"; void @@ -98,7 +98,7 @@ void GatherProjectionsMPI (MPIWorld& mpiWorld, Projections& pjGlobal, Projection #endif int -phm2pj_main (int argc, char* argv[]) +phm2pj_main (int argc, char* const argv[]) { Phantom phm; std::string optGeometryName = Scanner::convertGeometryIDToName(Scanner::GEOMETRY_PARALLEL);