Skip to content

Commit

Permalink
Re-format prob.H.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontgomeryNREL committed Sep 4, 2024
1 parent eae6bf7 commit b8a138d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Exec/RegTests/AuxQuantities/prob.H
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ struct MyProblemSpecificFunctions : public DefaultProblemSpecificFunctions
auto const& Sns = state_new.const_arrays();
auto const& Farrs = ext_src.arrays();

// #if NUM_AUX > 0
amrex::ParallelFor(
state_old, ngs,
[=] AMREX_GPU_DEVICE(int nbx, int i, int j, int k) noexcept {
Expand All @@ -278,7 +277,6 @@ struct MyProblemSpecificFunctions : public DefaultProblemSpecificFunctions
}
});
amrex::Gpu::synchronize();
// #endif
}
};
using ProblemSpecificFunctions = MyProblemSpecificFunctions;
Expand Down

0 comments on commit b8a138d

Please sign in to comment.