aboutsummaryrefslogtreecommitdiff
path: root/src/iprtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iprtest.c')
-rw-r--r--src/iprtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iprtest.c b/src/iprtest.c
index 976ad51..369fd51 100644
--- a/src/iprtest.c
+++ b/src/iprtest.c
@@ -118,7 +118,7 @@ int main(int argc, char *argv[]) {
ctx->image = malloc(sizeof(ImageRecord));
ctx->image->image = NULL;
- ctx->image->tilt = deg2rad(45.0);
+ ctx->image->tilt = deg2rad(0.0);
ctx->image->omega = deg2rad(0.0);
ctx->image->slop = deg2rad(0.0);
ctx->image->fmode = FORMULATION_PIXELSIZE;