aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorgfb21 <gfb21@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-06 00:11:26 +0000
committergfb21 <gfb21@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-06 00:11:26 +0000
commit28cb0b8065ac4576ef1cb0315ef274d2791f8500 (patch)
treeeccc7065c4d52c0a3682a3098048da0801163d78 /src/main.c
parent76cd15aa8de3f6c78960314ed5e40849be8fd081 (diff)
OctTree fixed. Now to find a use for it.
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@12 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index cd945eb..d708df5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -67,14 +67,14 @@ static gint main_method_window_response(GtkWidget *method_window, gint response,
printf("Saving reflection block to reflect.cache\n");
save_rctx_to_file("reflect.cache",ctx->reflectionctx);
}
- //temporary pending restructuring
- double mask = get_mask_radius(ctx->reflectionctx);
- ctx->reflectionctx = apply_mask_radius(mask,ctx->reflectionctx);
+
if ( !val && (ctx->rmode == RECONSTRUCTION_PREDICTION) ) {
val = ipr_reduce(ctx);
}
+ dump_histogram(ctx->reflectionctx);
+
if ( val == 0 ) {
displaywindow_open(ctx);
} else {