Skip to content

Commit

Permalink
Fix include. (erf-model#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Jan 2, 2025
1 parent 64c2664 commit dcb30ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/ABL_input_sounding/ERF_Prob.H
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Problem : public ProblemBase
public:
Problem(const amrex::Real* problo, const amrex::Real* probhi);

#include "Prob/ERF_InitConstantDensity_hse.H"
#include "Prob/ERF_InitConstantDensityHSE.H"
#include "Prob/ERF_InitRayleighDamping.H"

void init_custom_pert (
Expand Down

0 comments on commit dcb30ff

Please sign in to comment.