Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
meshconv
Commits
5d360fc7
Commit
5d360fc7
authored
Mar 31, 2020
by
Stenger, Florian
Browse files
Update commands.cc
parent
d82e7318
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/commands.cc
View file @
5d360fc7
...
...
@@ -27,7 +27,11 @@ int output_precision = 10;
uint32_t
use_compression
=
compression_none
;
uint32_t
vtu_writer_mode
=
vtu_appended
;
#else
uint32_t
use_compression
=
compression_bzip2
;
#ifdef NO_BZIP2
uint32_t
use_compression
=
compression_zlib
;
#else
uint32_t
use_compression
=
compression_bzip2
;
#endif
uint32_t
vtu_writer_mode
=
vtu_appended
|
vtu_compressed
;
#endif
uint32_t
vtk_writer_mode
=
vtk_binary
;
...
...
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