From: Kevin M. Rosenberg Date: Thu, 8 Feb 2001 21:49:32 +0000 (+0000) Subject: r504: *** empty log message *** X-Git-Tag: debian-4.5.3-3~513 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=8ab133ae5386023557f5a008ef0d2b081ff288e5 r504: *** empty log message *** --- diff --git a/tools/phm2if.cpp b/tools/phm2if.cpp index 1dfa39d..c6755ec 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.22 2001/02/08 06:25:07 kevin Exp $ +** $Id: phm2if.cpp,v 1.23 2001/02/08 21:49:32 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 @@ -51,7 +51,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.22 2001/02/08 06:25:07 kevin Exp $"; +static const char* g_szIdStr = "$Id: phm2if.cpp,v 1.23 2001/02/08 21:49:32 kevin Exp $"; void phm2if_usage (const char *program) @@ -291,7 +291,7 @@ phm2if_main (int argc, char* const argv[]) mpiWorld.getComm().Bcast (&opt_nx, 1, MPI::INT, 0); mpiWorld.getComm().Bcast (&opt_ny, 1, MPI::INT, 0); mpiWorld.getComm().Bcast (&opt_nsample, 1, MPI::INT, 0); - mpiWorld.getComm().Bcast *&optViewRatio, 1, MPI::DOUBLE, 0); + mpiWorld.getComm().Bcast (&optViewRatio, 1, MPI::DOUBLE, 0); mpiWorld.getComm().Bcast (&optFilterParam, 1, MPI::DOUBLE, 0); mpiWorld.getComm().Bcast (&optFilterBW, 1, MPI::DOUBLE, 0);