mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
4908b77d46
a HUGE amount of difficult to resolve and understand conflicts . Wholesale formatting, reordering functions etc... in a central file like Tensor_class or Grid_vector_types while others are also editing without making substantial functionality changes creates pain.
10 lines
247 B
C
10 lines
247 B
C
#ifndef GRID_QCD_SMEARING_H
|
|
#define GRID_QCD_SMEARING_H
|
|
|
|
#include <Grid/qcd/smearing/BaseSmearing.h>
|
|
#include <Grid/qcd/smearing/APEsmearing.h>
|
|
#include <Grid/qcd/smearing/StoutSmearing.h>
|
|
#include <Grid/qcd/smearing/GaugeConfiguration.h>
|
|
|
|
#endif
|