Skip to content

Commit

Permalink
Merge branch 'development' into gpu_action_pin
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jan 29, 2025
2 parents 02db92f + 6b7766c commit 0c75d54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
whitelist = ["maestro.lo_bc",
"maestro.hi_bc"]

# we don't have all of the radiation parametrs in the _cpp_parameters
# we don't have all of the radiation parameters in the _cpp_parameters
# yet, so we won't check these namespaces

namespace_ignore = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ void Maestro::MakeRHCCforNodalProj(Vector<MultiFab>& rhcc,
}
}

// averge down and fill ghost cells using first-order extrapolation
// average down and fill ghost cells using first-order extrapolation
AverageDown(rhcc, 0, 1);
FillPatch(t_old, rhcc, rhcc, rhcc, 0, 0, 1, 0, bcs_f);
}
Expand Down
2 changes: 1 addition & 1 deletion Source/MaestroMakeS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void Maestro::MakeRHCCforNodalProj(Vector<MultiFab>& rhcc,
}
}

// averge down and fill ghost cells using first-order extrapolation
// average down and fill ghost cells using first-order extrapolation
AverageDown(rhcc, 0, 1);
FillPatch(t_old, rhcc, rhcc, rhcc, 0, 0, 1, 0, bcs_f);
}
Expand Down

0 comments on commit 0c75d54

Please sign in to comment.