diff options
author | Thomas White <taw@physics.org> | 2010-04-22 14:01:53 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-22 14:01:53 +0200 |
commit | d1ba2fdd284d2f04c5ab5b167a9b1e81a11e9455 (patch) | |
tree | d0fdd4729aeb0d2e707d385ec2c75f8f2faaccf1 | |
parent | 58b5fc14165a3ad7404b27c6fc12ccae1a275c3c (diff) |
render_hkl: Add -D option (no preview window) to POV-ray
-rw-r--r-- | src/render_hkl.c | 2 |
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 */ |