X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fscanner.h;fp=include%2Fscanner.h;h=887c06ecdd54da2badfa6ba97ffa58193ac97524;hp=0ab132c0c79633e020b5f6d01841f98a44897e6c;hb=980bef9b95bef1ab728634181a5672088fd47066;hpb=081b06d3a3372e5db56755c1fe5b2af9f8c189f3 diff --git a/include/scanner.h b/include/scanner.h index 0ab132c..887c06e 100644 --- a/include/scanner.h +++ b/include/scanner.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: scanner.h,v 1.9 2000/07/28 08:28:08 kevin Exp $ +** $Id: scanner.h,v 1.10 2000/07/31 14:48:35 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -120,7 +120,7 @@ class Scanner static const char* s_aszGeometryName[]; static const char* s_aszGeometryTitle[]; static const int s_iGeometryCount; - static const int N_EXTRA_DETECTORS=4; /* Number of extra detectors widths when calculating detlen */ + static const int N_EXTRA_DETECTORS=0; // Number of extra detectors widths when calculating detlen void projectSingleView (const Phantom& phm, DetectorArray& darray, const double xd1, const double yd1, const double xd2, const double yd2, const double xs1, const double ys1, const double xs2, const double ys2, SGP* pSGP);