Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
IceT
Commits
2e37a636
Commit
2e37a636
authored
Mar 11, 2015
by
Kenneth Moreland
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'TestImageDensity'
parents
7f401708
90ca8a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/SimpleTiming.c
tests/SimpleTiming.c
+2
-0
No files found.
tests/SimpleTiming.c
View file @
2e37a636
...
...
@@ -211,6 +211,8 @@ static void parse_arguments(int argc, char *argv[])
g_use_callback
=
ICET_TRUE
;
}
else
if
(
strcmp
(
argv
[
arg
],
"-dense-images"
)
==
0
)
{
g_dense_images
=
ICET_TRUE
;
/* Turn of interlacing. It won't help here. */
g_no_interlace
=
ICET_TRUE
;
}
else
if
(
strcmp
(
argv
[
arg
],
"-sync-render"
)
==
0
)
{
g_sync_render
=
ICET_TRUE
;
}
else
if
(
strcmp
(
argv
[
arg
],
"-write-image"
)
==
0
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment