X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=inline;f=include%2Fir.h;h=e510c75b8ddc332da4a47b2fe7cc6331bfe38965;hb=9c40ac1eddbc3ed2b68c88e20b332bd727ca2dde;hp=3493e75ac90769500fdc2e448fa2622b64a78643;hpb=bd9f39e1ccbdafabdda97c8a3feb8aa3d554554e;p=ctsim.git diff --git a/include/ir.h b/include/ir.h index 3493e75..e510c75 100644 --- a/include/ir.h +++ b/include/ir.h @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ir.h,v 1.2 2000/04/28 14:14:16 kevin Exp $ +** $Id: ir.h,v 1.3 2000/04/29 23:24:29 kevin Exp $ ** $Log: ir.h,v $ +** Revision 1.3 2000/04/29 23:24:29 kevin +** *** empty log message *** +** ** Revision 1.2 2000/04/28 14:14:16 kevin ** *** empty log message *** ** @@ -461,8 +464,8 @@ double calc_rsum(const PICTURE *pic, const double x1, const double y1, const dou double calc_objsum(const OBJECT *obj, const double x1, const double y1, const double x2, const double y2); int clipobj(const OBJECT *obj, double *x1, double *y1, double *x2, double *y2); /* rayio.c */ -RAYSUM *raysum_create(const char *fname, const int nview, const int ndet, const int in_memory); -RAYSUM *raysum_create_from_det(const char *fname, const DETECTOR *det, const int in_memory); +RAYSUM *raysum_create(const char *fname, const int nview, const int ndet); +RAYSUM *raysum_create_from_det(const char *fname, const DETECTOR *det); RAYSUM *raysum_open(const char *filename); void raysum_alloc_views(RAYSUM *rs); void raysum_free(RAYSUM *rs);