X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fphm2sdf.c;h=814951af0543789f1b30a4566d6a647447d01d96;hb=caa021c02677851eb50fdda6d24a1259f901b20b;hp=ebc21b6b9494de87de3f4dfc1db6b4ef7cfbcbb2;hpb=34a2efcc5686600698897d2a5908acc061b0ff9f;p=ctsim.git diff --git a/src/phm2sdf.c b/src/phm2sdf.c index ebc21b6..814951a 100644 --- a/src/phm2sdf.c +++ b/src/phm2sdf.c @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2sdf.c,v 1.4 2000/04/30 04:06:13 kevin Exp $ +** $Id: phm2sdf.c,v 1.5 2000/04/30 19:17:54 kevin Exp $ ** $Log: phm2sdf.c,v $ +** Revision 1.5 2000/04/30 19:17:54 kevin +** *** empty log message *** +** ** Revision 1.4 2000/04/30 04:06:13 kevin ** Update Raysum i/o routines ** Fix MPI bug in ctrec (scatter_raysum) that referenced rs_global @@ -144,7 +147,7 @@ main (const int argc, char *const argv[]) double opt_filter_bw = 1.; int opt_trace = TRACE_NONE; int opt_verbose = 0; - double time_start, time_end; + double time_start=0, time_end=0; #ifdef MPI_CT IMAGE *im_local = NULL; int mpi_argc = argc;