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 330482b commit bf864efCopy full SHA for bf864ef
networks/aprox19/nse.H
@@ -81,8 +81,9 @@ bool in_nse(const state_t& state) {
81
/// After doing a burn via integrating the network, update the composition
82
/// aux variables to be consistent with the new X's resulting from the burn.
83
///
84
+template <class state_t>
85
AMREX_GPU_HOST_DEVICE AMREX_INLINE
-void set_nse_aux_from_X(burn_t& state) {
86
+void set_nse_aux_from_X(state_t& state) {
87
88
using namespace AuxZero;
89
0 commit comments