From 216c178c16ea89a5417b6b86d5d6be158980178e Mon Sep 17 00:00:00 2001 From: Quadro Date: Tue, 8 Jun 2021 20:59:00 -0400 Subject: [PATCH] Clean up --- Grid/qcd/action/fermion/DirichletFermionOperator.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Grid/qcd/action/fermion/DirichletFermionOperator.h b/Grid/qcd/action/fermion/DirichletFermionOperator.h index 8a3da78f..135edde7 100644 --- a/Grid/qcd/action/fermion/DirichletFermionOperator.h +++ b/Grid/qcd/action/fermion/DirichletFermionOperator.h @@ -47,7 +47,8 @@ public: FermionOperator & FermOp; // Constructor / bespoke - DirichletFermionOperator(FermionOperator & _FermOp, Coordinate &_Block) : FermOp(_FermOp), Block(_Block), Filter(_Block) + DirichletFermionOperator(FermionOperator & _FermOp, Coordinate &_Block) + : FermOp(_FermOp), Block(_Block), Filter(Block) { // Save what the comms mode should be under normal BCs CommsMode = WilsonKernelsStatic::Comms; @@ -63,7 +64,7 @@ public: assert(Block.size()==LocalDims.size()); for(int d=0;d