From 17c39298f666753e68f011a0cc9368e2fb6f6eef Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Sat, 4 May 2024 17:37:58 -0400 Subject: [PATCH] more unused --- source/eos_demo/main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/eos_demo/main.cpp b/source/eos_demo/main.cpp index 9dfda01..5866abc 100644 --- a/source/eos_demo/main.cpp +++ b/source/eos_demo/main.cpp @@ -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 @@ -68,8 +63,6 @@ int main(int argc, char* argv[]) for (int ilev = 0; ilev <= fine_level; ++ilev) { - Array dx_level = pf.cellSize(ilev); - if (ilev < fine_level) { IntVect ratio{pf.refRatio(ilev)}; for (int idim = dim; idim < AMREX_SPACEDIM; ++idim) {