X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fphm2if.cpp;h=cb5fca02e6e021fabd735cf59168e53c57f49e59;hp=9d32f1ea069d6d55faad56a955ca130526d1ce4b;hb=92a7e95f339442d5d87f0febcae338306e1c6edd;hpb=d3cab6c841a99b82b602f9d3b4ac7eb6b973331e diff --git a/src/phm2if.cpp b/src/phm2if.cpp index 9d32f1e..cb5fca0 100644 --- a/src/phm2if.cpp +++ b/src/phm2if.cpp @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2if.cpp,v 1.1 2000/06/07 02:29:05 kevin Exp $ +** $Id: phm2if.cpp,v 1.2 2000/06/07 03:50:27 kevin Exp $ ** $Log: phm2if.cpp,v $ +** Revision 1.2 2000/06/07 03:50:27 kevin +** *** empty log message *** +** ** Revision 1.1 2000/06/07 02:29:05 kevin ** Initial C++ versions ** @@ -394,7 +397,7 @@ phm2sdf_main (const int argc, char *const argv[]) } else { if (opt_verbose) mpi_t1 = MPI_Wtime(); - phm_to_image (phm, im_local, mpi_ct.start_work_unit[mpi_ct.my_rank], + phm_to_imagefile (phm, *im_local, mpi_ct.start_work_unit[mpi_ct.my_rank], mpi_ct.local_work_units[mpi_ct.my_rank], opt_nsample, opt_trace); if (opt_verbose) { mpi_t2 = MPI_Wtime(); @@ -417,7 +420,7 @@ phm2sdf_main (const int argc, char *const argv[]) if (opt_trace >= TRACE_PHM) phm_show(phm); #endif - // phm_to_image (phm, im_global, 0, opt_nx, opt_nsample, opt_trace); + phm_to_imagefile (phm, *im_global, 0, opt_nx, opt_nsample, opt_trace); } #endif