r504: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 8 Feb 2001 21:49:32 +0000 (21:49 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 8 Feb 2001 21:49:32 +0000 (21:49 +0000)
tools/phm2if.cpp

index 1dfa39d3aaa327e5ba6149cac5ebf5bc7b978683..c6755eca9f6915276c9d0589b0f67926d1465e83 100644 (file)
@@ -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);