Skip to content

Commit

Permalink
fix RefRation call
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Apr 22, 2024
1 parent 7956b1e commit 505546e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WarpX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ WarpX::ReadParameters ()
}
amrex::Print() << "\n";
} else {
AddplasmaRefRatio = RefRatio[0];
AddplasmaRefRatio = RefRatio(0);
}

pp_warpx.query("do_dive_cleaning", do_dive_cleaning);
Expand Down

0 comments on commit 505546e

Please sign in to comment.