aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-23 10:17:19 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-23 10:17:19 +0000
commit74d58e5f81c7b010aa4db3627f119f9df47c10fa (patch)
tree2feaa03cf28c7a420136dfb38fc3d7c720761e6c /src/main.c
parentf1f7e3243ed291fa9276585f58f957c3f28d5212 (diff)
Implement fast reprojection
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@72 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4b42809..4e5723a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -208,7 +208,7 @@ int main(int argc, char *argv[]) {
#endif
ctx->filename = strdup(argv[1]);
- ctx->max_d = 0;
+ ctx->n_images = 0;
if ( stat(argv[1], &stat_buffer) == -1 ) {
fprintf(stderr, "File '%s' not found\n", argv[1]);