Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 2934513e authored by frey_m's avatar frey_m
Browse files

AMR-Trilinos: zero length

parent 0e318806
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ AmrMultiGrid::AmrMultiGrid(AmrOpal* itsAmrObject_p,
bIter_m(0),
maxiter_m(100),
nSweeps_m(nSweeps),
mglevel_m(1),
mglevel_m(0),
lbase_m(0),
lfine_m(0),
nlevel_m(1),
......@@ -49,8 +49,6 @@ AmrMultiGrid::AmrMultiGrid(AmrOpal* itsAmrObject_p,
this->initTimer_m();
#endif
mglevel_m[0].reset(nullptr);
const Boundary bcs[AMREX_SPACEDIM] = {
this->convertToEnumBoundary_m(bcx),
this->convertToEnumBoundary_m(bcy),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment