From 922fdeb1508e89b25d684378a269e319c927d91d Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 13 Mar 2006 13:26:41 +0000 Subject: fix MSVC 2005 warnings --- ecp.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ecp.cpp') diff --git a/ecp.cpp b/ecp.cpp index acd49067..55a7cc15 100644 --- a/ecp.cpp +++ b/ecp.cpp @@ -374,9 +374,9 @@ void ECP::SimultaneousMultiply(ECP::Point *results, const ECP::Point &P, const I std::vector bases; std::vector exponents; exponents.reserve(expCount); - std::vector > baseIndices(expCount); + std::vector > baseIndices(expCount); std::vector > negateBase(expCount); - std::vector > exponentWindows(expCount); + std::vector > exponentWindows(expCount); unsigned int i; for (i=0; i > finalCascade; + std::vector > finalCascade; for (i=0; i