Skip to content

Commit

Permalink
Remove unnecessary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekryjak committed Aug 13, 2024
1 parent 46f69e6 commit 65be93e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sheath_boundary_simple.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,6 @@ void SheathBoundarySimple::transform(Options& state) {

ion_sheath_power_ylow[ip] += heatflow; // Upper Y, so power placed in first guard cell

output << "\n****************************\n";
output << "visheath = " << visheath << "\n";
output << "ion heatflow = " << heatflow;
output << "\n****************************\n";
}
}

Expand Down

0 comments on commit 65be93e

Please sign in to comment.