mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-03 18:55:56 +01: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/ScalarAction.h>
|
||||
#include <Grid/qcd/action/scalar/ScalarInteractionAction.h>
|
||||
|
||||
namespace Grid {
|
||||
namespace QCD {
|
||||
@ -39,6 +40,10 @@ namespace QCD {
|
||||
typedef ScalarAction<ScalarImplF> ScalarActionF;
|
||||
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;
|
||||
|
||||
<<<<<<< HEAD
|
||||
EStencil.HaloExchange(EFoo,compress);
|
||||
OStencil.HaloExchange(OFoo,compress);
|
||||
|
||||
=======
|
||||
|
||||
>>>>>>> feature/hmc_generalise
|
||||
Bar = Cshift(Foo,dir,disp);
|
||||
|
||||
if ( disp & 0x1 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user