Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rate_type.H from files that don't use rate_t #1264

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion integration/QSS/actual_integrator.H
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <rhs.H>
#include <actual_rhs.H>
#include <burn_type.H>
#include <rate_type.H>
#include <eos_type.H>
#include <eos.H>
#include <extern_parameters.H>
Expand Down
1 change: 0 additions & 1 deletion networks/general_null/actual_rhs.H
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <extern_parameters.H>
#include <actual_network.H>
#include <jacobian_utilities.H>
#include <rate_type.H>

using namespace amrex;
using namespace network_rp;
Expand Down
1 change: 0 additions & 1 deletion networks/ignition_chamulak/actual_rhs.H
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <microphysics_math.H>
#include <actual_network.H>
#include <burn_type.H>
#include <rate_type.H>
#include <screen.H>
#include <jacobian_utilities.H>
#include <fundamental_constants.H>
Expand Down