Skip to content

Commit 2e8838b

Browse files
committed
Fixed a cherry pick error.
1 parent 71ce5f4 commit 2e8838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TiledArray/tile_op/tile_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ namespace TiledArray {
556556
/// \param arg The argument to be multiplied
557557
/// \return A scalar that is equal to <tt>prod_i arg[i]</tt>
558558
template <typename Arg>
559-
inline typename TileTrait<Arg>::numeric_type product(const Arg& arg) {
559+
inline typename Arg::numeric_type product(const Arg& arg) {
560560
return arg.product();
561561
}
562562

0 commit comments

Comments
 (0)