Skip to content

Commit

Permalink
working thru pr warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed May 28, 2024
1 parent da4d17a commit 3ae5620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loMach.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ double LoMachSolver::computeCFL() {
void LoMachSolver::setTimestep() {
double Umax_lcl = 1.0e-12;
double convT_lcl = 1.0e-12;
double max_speed = Umax_lcl;
// double max_speed = Umax_lcl;
double min_convT = 1.0;
double Umag;
// int Sdof = sfes_->GetNDofs();
Expand Down

0 comments on commit 3ae5620

Please sign in to comment.