X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fphm2rs.c;h=cf47837ef61df46947ba3c1189ce098f3ebd3ab6;hp=4dbf09080b4dac963cbce5a9f8f038fdf396bbdb;hb=249f195fc5ec53e539dd91397a1adafb2f8b5cfb;hpb=331b5c344271387790f735540510e2a07e4e42a7 diff --git a/src/phm2rs.c b/src/phm2rs.c index 4dbf090..cf47837 100644 --- a/src/phm2rs.c +++ b/src/phm2rs.c @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2rs.c,v 1.9 2000/05/08 20:02:32 kevin Exp $ +** $Id: phm2rs.c,v 1.10 2000/05/11 14:07:55 kevin Exp $ ** $Log: phm2rs.c,v $ +** Revision 1.10 2000/05/11 14:07:55 kevin +** *** empty log message *** +** ** Revision 1.9 2000/05/08 20:02:32 kevin ** ANSI C changes ** @@ -285,7 +288,7 @@ main (const int argc, char *const argv[]) MPI_Bcast(&opt_debug, 1, MPI_INT, 0, mpi_ct.comm); MPI_Bcast(&opt_trace, 1, MPI_INT, 0, mpi_ct.comm); - if (mpi_ct.my_rank > 0 && opt_phmnum > 0) + if (mpi_ct.my_rank > 0 && opt_phmnum >= 0) phm = phm_create (opt_phmnum); #endif