diff --git a/CFLOBDD/matmult_map.cpp b/CFLOBDD/matmult_map.cpp index 57c4fb1..6d64fcf 100644 --- a/CFLOBDD/matmult_map.cpp +++ b/CFLOBDD/matmult_map.cpp @@ -37,7 +37,7 @@ // Constructor MatMultMapBody::MatMultMapBody() - : refCount(0), isCanonical(false) + : refCount(0), isCanonical(false), contains_zero_val(false) { hashCheck = NULL; } @@ -326,4 +326,4 @@ MatMultMapHandle operator* (const MatMultMapHandle& mapHandle, const VAL_TYPE& f } ans.Canonicalize(); return ans; -} \ No newline at end of file +}