X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fphm2rs.c;h=6076995212bf7a06863243a0d1be70b93805898e;hb=2f71224f911d19adaa941d7553a9462a1aef7293;hp=3c4217d1c3e4551e66ad45d5e04152690182c0a0;hpb=cda35cc393bfef9a53de1a5c611e09992fb77022;p=ctsim.git diff --git a/src/phm2rs.c b/src/phm2rs.c index 3c4217d..6076995 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.7 2000/05/03 08:49:50 kevin Exp $ +** $Id: phm2rs.c,v 1.8 2000/05/04 18:16:34 kevin Exp $ ** $Log: phm2rs.c,v $ +** Revision 1.8 2000/05/04 18:16:34 kevin +** renamed filter definitions +** ** Revision 1.7 2000/05/03 08:49:50 kevin ** Code cleanup ** @@ -293,7 +296,7 @@ main (const int argc, char *const argv[]) #endif opt_rotangle *= PI; - det = detect_create (phm, opt_ndet, opt_nview, opt_nray, opt_rotangle); + det = detector_create (phm, DETECTOR_PARALLEL, opt_ndet, opt_nview, opt_nray, opt_rotangle); #ifdef MPI_CT mpi_ct_calc_work_units(opt_nview); @@ -363,7 +366,7 @@ main (const int argc, char *const argv[]) raysum_close (rs_global); #endif - detect_free (det); + detector_free (det); if (opt_trace >= TRACE_PHM) {