"next_docs/en/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "6ca86beaa3d7a787467c7c8f3999146ec43ba775"
Commit 9689a956 authored by Chao Liu's avatar Chao Liu
Browse files

turn off magic division

parent 5730b906
......@@ -548,7 +548,7 @@ struct DynamicMerge
index_t tmp = idx_up[Number<0>{}];
#if 0
#if 1
// normal division
static_for<0, NDimLow - 1, 1>{}([&](auto i) {
idx_low(i) = tmp / this->low_lengths_scan_[i];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment