diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-04-25 16:10:35 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-04-25 16:10:35 +0800 |
commit | ceb74bc5e7fab863cc2ede0b20d81057424636fe (patch) | |
tree | 8da77553f4ea20992feafcf2a42147b0d07ffefb | |
parent | 147d5134c4790330a622286addd15a8f9edf3cef (diff) | |
download | dexon-mcl-ceb74bc5e7fab863cc2ede0b20d81057424636fe.tar.gz dexon-mcl-ceb74bc5e7fab863cc2ede0b20d81057424636fe.tar.zst dexon-mcl-ceb74bc5e7fab863cc2ede0b20d81057424636fe.zip |
specify normalize for table
-rw-r--r-- | include/mcl/window_method.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mcl/window_method.hpp b/include/mcl/window_method.hpp index 6f129d3..d54950f 100644 --- a/include/mcl/window_method.hpp +++ b/include/mcl/window_method.hpp @@ -105,6 +105,9 @@ public: } Ec::dbl(t, t); } + for (size_t j = 0; j < w.size(); j++) { + w[j].normalize(); + } } } /* |