r14: Update Raysum i/o routines
[ctsim.git] / src / phm2sdf.c
index 1a2852a8e173a51fa8da5a97c84f659f0ebc6205..ebc21b6b9494de87de3f4dfc1db6b4ef7cfbcbb2 100644 (file)
@@ -2,8 +2,12 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2sdf.c,v 1.3 2000/04/28 18:19:01 kevin Exp $
+**  $Id: phm2sdf.c,v 1.4 2000/04/30 04:06:13 kevin Exp $
 **  $Log: phm2sdf.c,v $
+**  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
+**
 **  Revision 1.3  2000/04/28 18:19:01  kevin
 **  removed unused files
 **
@@ -131,12 +135,12 @@ main (const int argc, char *const argv[])
   int opt_picnum = -1;
   int opt_filter = -1;
   int opt_filter_domain = D_SPATIAL;
-  char *opt_outfile;
+  char *opt_outfile = NULL;
   int opt_debug = 0;
   char str[256];
   char opt_desc[256], opt_picfilename[256];
   char *endstr, *endptr;
-  double opt_filter_param;
+  double opt_filter_param = 1;
   double opt_filter_bw = 1.;
   int opt_trace = TRACE_NONE;
   int opt_verbose = 0;