Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Nov 12, 2024
1 parent b2d8c3a commit 92c044e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/PeleLMeX.H
Original file line number Diff line number Diff line change
Expand Up @@ -1750,9 +1750,9 @@ public:
int m_ctrl_pseudoGravity{0};
int m_ctrl_method{3};
std::string m_ctrl_AChistory{"AC_History.dat"};
amrex::Vector<amrex::Real> m_ctrl_time_pts(1, 0);
amrex::Vector<amrex::Real> m_ctrl_velo_pts(1, 0);
amrex::Vector<amrex::Real> m_ctrl_cntl_pts(1, 0);
amrex::Vector<amrex::Real> m_ctrl_time_pts{1};
amrex::Vector<amrex::Real> m_ctrl_velo_pts{1};
amrex::Vector<amrex::Real> m_ctrl_cntl_pts{1};

// PMF parameters
pele::physics::PeleParams<pele::physics::PMF::PmfData::DataContainer>
Expand Down

0 comments on commit 92c044e

Please sign in to comment.