Skip to content

Commit

Permalink
Fix a bug in #4176
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Oct 4, 2024
1 parent 4ec03b8 commit d51e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_TableData.H
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ TableData<T,N,ORDER>::define ()
}

namespace detail {
template <typename T, typename>
template <typename T, Order>
Table1D<T> make_table (T* p, Array<int,1> const& lo, Array<int,1> const& hi) {
return Table1D<T>(p, lo[0], hi[0]+1);
}
Expand Down

0 comments on commit d51e400

Please sign in to comment.