Skip to content

Commit

Permalink
fix compilation from yesterday's dx_model PR (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Oct 8, 2023
1 parent 80d1947 commit 1a96842
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <initial_model.H>
#include <network.H>
#include <ambient.H>
#include <global.H>

AMREX_INLINE
void problem_initialize ()
Expand Down
1 change: 1 addition & 0 deletions Exec/hydro_tests/double_bubble/problem_initialize.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <eos.H>
#include <model_parser.H>
#include <initial_model.H>
#include <global.H>

AMREX_INLINE
void problem_initialize ()
Expand Down
1 change: 1 addition & 0 deletions Exec/hydro_tests/gamma_law_bubble/problem_initialize.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <eos.H>
#include <model_parser.H>
#include <initial_model.H>
#include <global.H>

AMREX_INLINE
void problem_initialize ()
Expand Down

0 comments on commit 1a96842

Please sign in to comment.