X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fscanner.h;h=550573a68e6ecdaccfd662d4ac4a36777e889407;hp=887c06ecdd54da2badfa6ba97ffa58193ac97524;hb=93eb50659a64db3e37753d36c9923e82c7f7ca8a;hpb=980bef9b95bef1ab728634181a5672088fd47066 diff --git a/include/scanner.h b/include/scanner.h index 887c06e..550573a 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.10 2000/07/31 14:48:35 kevin Exp $ +** $Id: scanner.h,v 1.11 2000/08/02 18:06:00 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -77,7 +77,7 @@ class Scanner Scanner (const Phantom& phm, const char* const geometryName, int nDet, int nView, int nSample, const double rot_anglen); ~Scanner(); - void collectProjections (Projections& proj, const Phantom& phm, const int start_view, const int trace = TRACE_NONE, SGP* pSGP = NULL); + void collectProjections (Projections& proj, const Phantom& phm, const int start_view = 0, const int trace = TRACE_NONE, SGP* pSGP = NULL); void setNView (int nView);