Skip to content

Commit

Permalink
Let go of P_code and other no longer used switches in Projection.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Oct 25, 2022
1 parent 6cf17ec commit 71103ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Source/Projection.H
Original file line number Diff line number Diff line change
Expand Up @@ -234,16 +234,12 @@ public:
int do_sync_proj;

static int verbose;
static int P_code;
static amrex::Real proj_tol;
static amrex::Real sync_tol;
static amrex::Real proj_abs_tol;
static int proj_2;
static int filter_u;
static int rho_wgt_vel_proj;
static int do_outflow_bcs;
static int make_sync_solvable;
static amrex::Real divu_minus_s_factor;
static int add_vort_proj;

void doMLMGNodalProjection(int c_lev, int nlevel,
Expand Down
1 change: 0 additions & 1 deletion Source/Projection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const Real* fabdat = (fab).dataPtr();
const int* boxlo = (box).loVect(); \
const int* boxhi = (box).hiVect();

int Projection::P_code = -1;
int Projection::proj_2 = 1;
int Projection::verbose = 0;
Real Projection::proj_tol = 1.0e-12;
Expand Down

0 comments on commit 71103ac

Please sign in to comment.