diff --git a/Source/Utils/ERF_solve_with_gmres.cpp b/Source/Utils/ERF_solve_with_gmres.cpp index cd2d3465c..d1b1650da 100644 --- a/Source/Utils/ERF_solve_with_gmres.cpp +++ b/Source/Utils/ERF_solve_with_gmres.cpp @@ -2,7 +2,7 @@ #include "ERF_Utils.H" #include -#include +//#include #include #include @@ -13,6 +13,7 @@ using namespace amrex; * Note that the level may or may not be level 0. */ void ERF::solve_with_gmres (int lev, Vector& /*rhs*/, Vector& /*phi*/, Vector>& /*fluxes*/) +//void ERF::solve_with_gmres (int lev, Vector& rhs, Vector& phi, Vector>& fluxes) { BL_PROFILE("ERF::solve_with_mlmg()");