Skip to content

Commit

Permalink
more unused
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed May 4, 2024
1 parent d227554 commit 17c3929
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions source/eos_demo/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ int main(int argc, char* argv[])
int fine_level = pf.finestLevel();
const int dim = pf.spaceDim();

// get the index bounds and dx.

auto problo = pf.probLo();


// find variable indices -- we want density, temperature, and species.
// we will assume here that the species are contiguous, so we will find
// the index of the first species
Expand All @@ -68,8 +63,6 @@ int main(int argc, char* argv[])

for (int ilev = 0; ilev <= fine_level; ++ilev) {

Array<Real, AMREX_SPACEDIM> dx_level = pf.cellSize(ilev);

if (ilev < fine_level) {
IntVect ratio{pf.refRatio(ilev)};
for (int idim = dim; idim < AMREX_SPACEDIM; ++idim) {
Expand Down

0 comments on commit 17c3929

Please sign in to comment.