Skip to content

Commit

Permalink
Fixed a cherry pick error.
Browse files Browse the repository at this point in the history
  • Loading branch information
justusc committed Jun 1, 2015
1 parent 71ce5f4 commit 2e8838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TiledArray/tile_op/tile_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ namespace TiledArray {
/// \param arg The argument to be multiplied
/// \return A scalar that is equal to <tt>prod_i arg[i]</tt>
template <typename Arg>
inline typename TileTrait<Arg>::numeric_type product(const Arg& arg) {
inline typename Arg::numeric_type product(const Arg& arg) {
return arg.product();
}

Expand Down

0 comments on commit 2e8838b

Please sign in to comment.