From 4da7fb29afd5387b466390864d1fc3601f50879f Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Mon, 21 Jul 2003 19:36:10 +0000 Subject: [PATCH] removed unnecessary const_cast --- ginac/basic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/basic.cpp b/ginac/basic.cpp index e2bbc3cc..daac0856 100644 --- a/ginac/basic.cpp +++ b/ginac/basic.cpp @@ -696,7 +696,7 @@ unsigned basic::calchash() const unsigned v = golden_ratio_hash(tinfo()); for (size_t i=0; i(this))->op(i).gethash(); + v ^= this->op(i).gethash(); } // store calculated hash value only if object is already evaluated -- 2.44.0