mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Fixing the remaining merge conflicts
This commit is contained in:
parent
4b759b8f2a
commit
7b03d8d087
@ -31,6 +31,7 @@ directory
|
|||||||
|
|
||||||
#include <Grid/qcd/action/scalar/ScalarImpl.h>
|
#include <Grid/qcd/action/scalar/ScalarImpl.h>
|
||||||
#include <Grid/qcd/action/scalar/ScalarAction.h>
|
#include <Grid/qcd/action/scalar/ScalarAction.h>
|
||||||
|
#include <Grid/qcd/action/scalar/ScalarInteractionAction.h>
|
||||||
|
|
||||||
namespace Grid {
|
namespace Grid {
|
||||||
namespace QCD {
|
namespace QCD {
|
||||||
@ -39,6 +40,10 @@ namespace QCD {
|
|||||||
typedef ScalarAction<ScalarImplF> ScalarActionF;
|
typedef ScalarAction<ScalarImplF> ScalarActionF;
|
||||||
typedef ScalarAction<ScalarImplD> ScalarActionD;
|
typedef ScalarAction<ScalarImplD> ScalarActionD;
|
||||||
|
|
||||||
|
typedef ScalarInteractionAction<ScalarAdjImplR> ScalarAdjActionR;
|
||||||
|
typedef ScalarInteractionAction<ScalarAdjImplF> ScalarAdjActionF;
|
||||||
|
typedef ScalarInteractionAction<ScalarAdjImplD> ScalarAdjActionD;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -189,13 +189,6 @@ int main(int argc, char ** argv) {
|
|||||||
|
|
||||||
SimpleCompressor<vobj> compress;
|
SimpleCompressor<vobj> compress;
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
EStencil.HaloExchange(EFoo,compress);
|
|
||||||
OStencil.HaloExchange(OFoo,compress);
|
|
||||||
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> feature/hmc_generalise
|
|
||||||
Bar = Cshift(Foo,dir,disp);
|
Bar = Cshift(Foo,dir,disp);
|
||||||
|
|
||||||
if ( disp & 0x1 ) {
|
if ( disp & 0x1 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user