Skip to content

Commit bf864ef

Browse files
authored
template set_nse_aux_from_X (#438)
1 parent 330482b commit bf864ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

networks/aprox19/nse.H

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ bool in_nse(const state_t& state) {
8181
/// After doing a burn via integrating the network, update the composition
8282
/// aux variables to be consistent with the new X's resulting from the burn.
8383
///
84+
template <class state_t>
8485
AMREX_GPU_HOST_DEVICE AMREX_INLINE
85-
void set_nse_aux_from_X(burn_t& state) {
86+
void set_nse_aux_from_X(state_t& state) {
8687

8788
using namespace AuxZero;
8889

0 commit comments

Comments
 (0)