Fix/spelling typos 1498#1623
Conversation
|
@claude full review |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1623 +/- ##
=======================================
Coverage 60.43% 60.43%
=======================================
Files 83 83
Lines 19868 19868
Branches 2956 2956
=======================================
Hits 12007 12007
Misses 5860 5860
Partials 2001 2001 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hi @sbryngelson. I have resolved the conflict in I noticed the two Frontier (gpu-omp) checks are failing due to what appears to be a corrupted pandas cache on the runner ( Thank you. |
Description
Corrects the misspelled identifiers across the codebase. All are fixed here:
HardcodedDellacation→HardcodedDeallocation(src/common/include/ExtrusionHardcodedIC.fpp, src/pre_process/m_icpp_patches.fpp)tangental→tangential(src/simulation/m_collisions.fpp)fite_path_dest→file_path_dest(toolchain/mfc/test/case.py)lb→lB(src/common/m_finite_differences.fpp)The following is now obsolete because the upstream code now supersedes it:
BC_SlIP_WALL→BC_SLIP_WALL(src/common/m_boundary_common.fpp)Also fixes the following documentation typo that was blocking CI for everyone:
patche(s)→patch(es)(docs/documentation/case.md)Closes #1498.
Type of change
Testing
Verified zero remaining occurrences of all old spellings using:
grep -rn "HardcodedDellacation" src/grep -rn "tangental" src/grep -rn "fite_path_dest" src/No logic changes, purely identifier renames. No new tests added as this is a cosmetic fix with no behavioral change.
Checklist
GPU changes (expand if you modified
src/simulation/)