"configs/vscode:/vscode.git/clone" did not exist on "ed76b5d0663fbcb8d96cf10801bbcbf0f236e2f7"
Commit 9689a956 authored by Chao Liu's avatar Chao Liu
Browse files

turn off magic division

parent 5730b906
...@@ -548,7 +548,7 @@ struct DynamicMerge ...@@ -548,7 +548,7 @@ struct DynamicMerge
index_t tmp = idx_up[Number<0>{}]; index_t tmp = idx_up[Number<0>{}];
#if 0 #if 1
// normal division // normal division
static_for<0, NDimLow - 1, 1>{}([&](auto i) { static_for<0, NDimLow - 1, 1>{}([&](auto i) {
idx_low(i) = tmp / this->low_lengths_scan_[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