Skip to content

Commit 4053ec4

Browse files
authored
Merge pull request #202 from BASE-Laboratory/claude/fix-gpu-wheels-build-yptxM
Fix clang-format violations in ThroughThicknessProfile and EffectiveDiffusivityHypre
2 parents 1e1abc3 + d184400 commit 4053ec4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/props/EffectiveDiffusivityHypre.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ void EffectiveDiffusivityHypre::getChiSolution(amrex::MultiFab& chi_field) {
714714
if (get_ierr != 0) {
715715
amrex::Warning("HYPRE_StructVectorGetBoxValues failed during getChiSolution!");
716716
chi_field[mfi].template setVal<amrex::RunOn::Host>(0.0, bx_getsol, ChiComp,
717-
numComponentsChi);
717+
numComponentsChi);
718718
continue;
719719
}
720720

src/props/ThroughThicknessProfile.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ ThroughThicknessProfile::ThroughThicknessProfile(const amrex::Geometry& geom,
1515
compute(geom, mf_phase, phase_id, dir, comp);
1616
}
1717

18-
void ThroughThicknessProfile::compute(const amrex::Geometry& geom,
19-
const amrex::iMultiFab& mf_phase, int phase_id,
20-
OpenImpala::Direction dir, int comp) {
18+
void ThroughThicknessProfile::compute(const amrex::Geometry& geom, const amrex::iMultiFab& mf_phase,
19+
int phase_id, OpenImpala::Direction dir, int comp) {
2120
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(comp >= 0 && comp < mf_phase.nComp(),
2221
"ThroughThicknessProfile: Component index out of bounds.");
2322

0 commit comments

Comments
 (0)