Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Nov 22, 2023
1 parent aa1f6f2 commit c3691be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Source/TimeIntegration/ERF_slow_rhs_pre.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,14 +607,6 @@ void erf_slow_rhs_pre (int level, int finest_level,
//-----------------------------------------
// Diffusive terms (pre-computed above)
//-----------------------------------------
// Expansion
Array4<Real> er_arr;
if (expr) {
er_arr = expr->array(mfi);
} else {
er_arr = Array4<Real>{};
}

// No terrain diffusion
Array4<Real> tau11,tau22,tau33;
Array4<Real> tau12,tau13,tau23;
Expand Down

0 comments on commit c3691be

Please sign in to comment.