aboutsummaryrefslogtreecommitdiff
path: root/src/render_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-04-22 14:01:53 +0200
committerThomas White <taw@physics.org>2010-04-22 14:01:53 +0200
commitd1ba2fdd284d2f04c5ab5b167a9b1e81a11e9455 (patch)
treed0fdd4729aeb0d2e707d385ec2c75f8f2faaccf1 /src/render_hkl.c
parent58b5fc14165a3ad7404b27c6fc12ccae1a275c3c (diff)
render_hkl: Add -D option (no preview window) to POV-ray
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r--src/render_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c
index dbaf7e45..ce1cf628 100644
--- a/src/render_hkl.c
+++ b/src/render_hkl.c
@@ -315,7 +315,7 @@ int main(int argc, char *argv[])
execlp("povray", "", "+W1024", "+H768",
"+Irender.pov", "+Orender.png",
"+KFI0", "+KFF499", "+KI0", "+KF499",
- minf, maxf, NULL);
+ minf, maxf, "-D", NULL);
}
} /* else start the next one */