From 937a82cc79687b2596b57fbce77d425b3d9e8898 Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Fri, 30 Dec 2016 00:10:34 +0900 Subject: [PATCH] Fixed compilation error --- include/alps/fastupdate/determinant_matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/alps/fastupdate/determinant_matrix.hpp b/include/alps/fastupdate/determinant_matrix.hpp index ac8355f..daa544a 100644 --- a/include/alps/fastupdate/determinant_matrix.hpp +++ b/include/alps/fastupdate/determinant_matrix.hpp @@ -56,7 +56,7 @@ namespace alps { typedef typename cdagg_container_t::iterator cdagg_it; typedef typename c_container_t::iterator c_it; - BOOST_STATIC_ASSERT(boost::is_same::value); + BOOST_STATIC_ASSERT((boost::is_same::value)); typedef Eigen::Matrix eigen_matrix_t;