Skip to content

Commit

Permalink
Fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Sep 6, 2024
1 parent af94de4 commit 09a47db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffusion/DiffusionScalarOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DiffusionScalarOp::DiffusionScalarOp (incflo* a_incflo)
m_incflo->DistributionMap(0,finest_level),
info_solve, ebfact);
m_eb_scal_solve_op->setMaxOrder(m_mg_maxorder);
// For now, code reqiures (in more than 1 place) that m_ntrac>=1 and all the tracers have the same BCs
// For now, code requires (in more than 1 place) that m_ntrac>=1 and all the tracers have the same BCs
m_eb_scal_solve_op->setDomainBC(m_incflo->get_diffuse_scalar_bc(Orientation::low,
m_incflo->m_bcrec_tracer[0].lo()),
m_incflo->get_diffuse_scalar_bc(Orientation::high,
Expand Down

0 comments on commit 09a47db

Please sign in to comment.