X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fmpiworld.h;h=a791f17380e18e97b395d3f7ab51258dcc2123de;hp=5818ed3df3d4c6149bc475a1aa16413fa0495f57;hb=9f29c8b32c972db1178d6f8551d5cd57ceb67083;hpb=2d39e823ba389fc68e5317c422b55be006094252 diff --git a/include/mpiworld.h b/include/mpiworld.h index 5818ed3..a791f17 100644 --- a/include/mpiworld.h +++ b/include/mpiworld.h @@ -7,9 +7,9 @@ ** Date Started: June 6, 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg +** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $id$ +** $Id: mpiworld.h,v 1.5 2001/01/28 19:10:18 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 @@ -32,7 +32,7 @@ class MPIWorld { public: - MPIWorld (int& argc, char**& argv); + MPIWorld (int& argc, char* const *& argv); void setTotalWorkUnits (int totalUnits);