Skip to content

Commit cc4af50

Browse files
committed
set normalize_coordinates default to true
1 parent 75cbf6c commit cc4af50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mgard-x/Config/Config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Config::Config() {
2222
huff_block_size = 1024 * 20;
2323
lz4_block_size = 1 << 15;
2424
zstd_compress_level = 3;
25-
normalize_coordinates = false;
25+
normalize_coordinates = true;
2626
lossless = lossless_type::Huffman;
2727
reorder = 0;
2828
prefetch = false;

0 commit comments

Comments
 (0)