We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ce5f4 commit 2e8838bCopy full SHA for 2e8838b
src/TiledArray/tile_op/tile_interface.h
@@ -556,7 +556,7 @@ namespace TiledArray {
556
/// \param arg The argument to be multiplied
557
/// \return A scalar that is equal to <tt>prod_i arg[i]</tt>
558
template <typename Arg>
559
- inline typename TileTrait<Arg>::numeric_type product(const Arg& arg) {
+ inline typename Arg::numeric_type product(const Arg& arg) {
560
return arg.product();
561
}
562
0 commit comments