1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Change to predicate type

This commit is contained in:
Peter Boyle 2019-06-15 12:52:26 +01:00
parent 24202dbc51
commit 0184719216

View File

@ -87,7 +87,7 @@ public:
DoubledGaugeFieldView &U, DoubledGaugeFieldView &U,
unsigned int sU, unsigned int sU,
unsigned int mu, unsigned int mu,
vInteger t_mask, vPredicate t_mask,
bool switch_sign = false); bool switch_sign = false);
static void SeqConservedCurrentSiteBwd(const SitePropagator &q_in, static void SeqConservedCurrentSiteBwd(const SitePropagator &q_in,
@ -95,7 +95,7 @@ public:
DoubledGaugeFieldView &U, DoubledGaugeFieldView &U,
unsigned int sU, unsigned int sU,
unsigned int mu, unsigned int mu,
vInteger t_mask, vPredicate t_mask,
bool switch_sign = false); bool switch_sign = false);
private: private: