r75: *** empty log message ***
[ctsim.git] / src / phm2if.cpp
index 9d32f1ea069d6d55faad56a955ca130526d1ce4b..cb5fca02e6e021fabd735cf59168e53c57f49e59 100644 (file)
@@ -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