X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fpjrec.cpp;h=bee46c31b7128b4bcbf96425de48e1dfeed77549;hb=dcc0e3866d9559e748864d4690a1756f3ec36c7c;hp=7426f47125117b48c16a152b6262403808e7fbeb;hpb=92a0f68cb5d5062787b0cbb2664fafe2b2c9ae37;p=ctsim.git diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index 7426f47..bee46c3 100644 --- a/tools/pjrec.cpp +++ b/tools/pjrec.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pjrec.cpp,v 1.20 2000/12/17 22:30:34 kevin Exp $ +** $Id: pjrec.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 @@ -48,7 +48,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.20 2000/12/17 22:30:34 kevin Exp $"; +static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.21 2001/01/07 22:19:44 kevin Exp $"; void pjrec_usage (const char *program) @@ -122,7 +122,7 @@ static void ReduceImageMPI (MPIWorld& mpiWorld, ImageFile* imLocal, ImageFile* i int -pjrec_main (int argc, char * argv[]) +pjrec_main (int argc, char * const argv[]) { Projections projGlobal; ImageFile* imGlobal = NULL;