Skip to content

Commit

Permalink
Fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed Dec 29, 2016
1 parent 296f8f2 commit 937a82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/alps/fastupdate/determinant_matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<typename CdaggerOp::itime_type, typename COp::itime_type>::value);
BOOST_STATIC_ASSERT((boost::is_same<typename CdaggerOp::itime_type, typename COp::itime_type>::value));

typedef Eigen::Matrix<Scalar,Eigen::Dynamic,Eigen::Dynamic> eigen_matrix_t;

Expand Down

0 comments on commit 937a82c

Please sign in to comment.