From 6b7766ca9201ac87c84ed1ab6eb760a60e434a52 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 29 Jan 2025 12:41:12 -0500 Subject: [PATCH] fix codespell errors (#481) --- .github/workflows/check_params.py | 2 +- Exec/test_problems/imposed_external_heating/MaestroMakeS.cpp | 2 +- Source/MaestroMakeS.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_params.py b/.github/workflows/check_params.py index 130c4533b..8afb5f2e5 100644 --- a/.github/workflows/check_params.py +++ b/.github/workflows/check_params.py @@ -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 = [] diff --git a/Exec/test_problems/imposed_external_heating/MaestroMakeS.cpp b/Exec/test_problems/imposed_external_heating/MaestroMakeS.cpp index df46e6838..73ca98119 100644 --- a/Exec/test_problems/imposed_external_heating/MaestroMakeS.cpp +++ b/Exec/test_problems/imposed_external_heating/MaestroMakeS.cpp @@ -354,7 +354,7 @@ void Maestro::MakeRHCCforNodalProj(Vector& 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); } diff --git a/Source/MaestroMakeS.cpp b/Source/MaestroMakeS.cpp index 518b7efc5..2292c917a 100644 --- a/Source/MaestroMakeS.cpp +++ b/Source/MaestroMakeS.cpp @@ -353,7 +353,7 @@ void Maestro::MakeRHCCforNodalProj(Vector& 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); }