revert changes

This commit is contained in:
Andrey Zgarbul
2018-07-14 09:17:41 +03:00
parent 0d474ce8da
commit 07302b0028
+2 -2
View File
@@ -1,5 +1,5 @@
use math::scalbn;
use math::floor;
use super::scalbn;
use super::floor;
// initial value for jk
const INIT_JK : [usize; 4] = [3,4,4,6];