Skip to content

Commit 43796f3

Browse files
committed
fix issue
1 parent 0c4e258 commit 43796f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/particles/plasma/MultiPlasma.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ MultiPlasma::DoLaserIonization (
153153

154154
void
155155
MultiPlasma::DoLaserInjection (
156-
const int lev, const MultiLaser& laser, const Fields& fields, amrex::Vector<amrex::Geometry> const& gm, const int islice)
156+
const int lev, const Fields& fields, const MultiLaser& laser, amrex::Vector<amrex::Geometry> const& gm, const int islice)
157157
{
158158
for (auto& plasma : m_all_plasmas) {
159159
plasma.InjectionCondition(lev, fields, laser, islice);

0 commit comments

Comments
 (0)