Skip to content

Commit

Permalink
fix typo in quering pulsar input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Jan 30, 2021
1 parent 171d939 commit d63b4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Particles/PulsarParameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace PulsarParm
pp.query("max_nodepos_radius", max_nodepos_radius);
amrex::Print() << " deposition turned off within radius : " << max_nodepos_radius << "\n";
}
pp.query("turnoff_plamsaEB_gather", turnoff_plasmaEB_gather);
pp.query("turnoff_plasmaEB_gather", turnoff_plasmaEB_gather);
amrex::Print() << " is plasma EB gather off ? " << turnoff_plasmaEB_gather << "\n";
if (turnoff_plasmaEB_gather == 1) {
max_nogather_radius = R_star;
Expand Down

0 comments on commit d63b4b3

Please sign in to comment.