Skip to content

Commit 6a134f3

Browse files
committed
typo.
1 parent f157e0e commit 6a134f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/einsum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using il_extent = std::initializer_list<size_t>;
3333
} // namespace
3434

3535
template <DeNest DeNestFlag = DeNest::False,
36-
ShapeComp ShapeCompFlag = DeNest::False, typename ArrayA,
36+
ShapeComp ShapeCompFlag = ShapeComp::False, typename ArrayA,
3737
typename ArrayB,
3838
typename = std::enable_if_t<TA::detail::is_array_v<ArrayA, ArrayB>>>
3939
bool check_manual_eval(std::string const& annot, ArrayA A, ArrayB B) {

0 commit comments

Comments
 (0)