Skip to content

Commit

Permalink
fix typo (erf-model#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Oct 16, 2024
1 parent a547d3d commit e8de2eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 125 deletions.
64 changes: 0 additions & 64 deletions Exec/RegTests/DensityCurrent/inputs_crse_outflow

This file was deleted.

60 changes: 0 additions & 60 deletions Exec/RegTests/DensityCurrent/inputs_crse_periodic

This file was deleted.

2 changes: 1 addition & 1 deletion Source/BoundaryConditions/ERF_FillPatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ ERF::FillIntermediatePatch (int lev, Real time,
// Call FillPatchTwoLevels which ASSUMES that all ghost cells have already been filled
FillPatchTwoLevels(mfu, IntVect{ng_vel}, IntVect(0,0,0),
time, cmf, ctime, fmf, ftime,
0, 0, ncomp_cons, geom[lev-1], geom[lev],
0, 0, 1, geom[lev-1], geom[lev],
refRatio(lev-1), mapper, domain_bcs_type,
BCVars::xvel_bc);

Expand Down

0 comments on commit e8de2eb

Please sign in to comment.