Skip to content

Commit 49245d6

Browse files
authored
Fix a bug in #4176 (#4182)
1 parent 4ec03b8 commit 49245d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX_TableData.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ TableData<T,N,ORDER>::define ()
565565
}
566566

567567
namespace detail {
568-
template <typename T, typename>
568+
template <typename T, Order>
569569
Table1D<T> make_table (T* p, Array<int,1> const& lo, Array<int,1> const& hi) {
570570
return Table1D<T>(p, lo[0], hi[0]+1);
571571
}

0 commit comments

Comments
 (0)