aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sim-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sim-main.c b/src/sim-main.c
index fe8572bc..c2aef654 100644
--- a/src/sim-main.c
+++ b/src/sim-main.c
@@ -70,8 +70,8 @@ int main(int argc, char *argv[])
list = image_list_new();
image.width = 512;
image.height = 512;
- image.tilt = 0.0;
- image.omega = 0.0;
+ image.tilt = deg2rad(10.0);
+ image.omega = deg2rad(0.0);
image.fmode = FORMULATION_CLEN;
image.x_centre = 255.5;
image.y_centre = 255.5;