mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 05:07:05 +01:00
Reorg
This commit is contained in:
15
Makefile.am
15
Makefile.am
@ -10,14 +10,25 @@ libGrid_a_SOURCES = Grid_init.cc
|
||||
#
|
||||
# Include files
|
||||
#
|
||||
include_HEADERS = Grid.h\
|
||||
include_HEADERS = Grid_config.h\
|
||||
Grid.h\
|
||||
Grid_simd.h\
|
||||
Grid_vComplexD.h\
|
||||
Grid_vComplexF.h\
|
||||
Grid_vRealD.h\
|
||||
Grid_vRealF.h\
|
||||
Grid_Cartesian.h\
|
||||
Grid_Lattice.h\
|
||||
Grid_config.h
|
||||
Grid_Communicator.h\
|
||||
Grid_QCD.h\
|
||||
Grid_aligned_allocator.h\
|
||||
Grid_cshift.h\
|
||||
Grid_cshift_common.h\
|
||||
Grid_cshift_fake.h\
|
||||
Grid_cshift_mpi.h\
|
||||
Grid_cshift_none.h\
|
||||
Grid_math_types.h
|
||||
|
||||
|
||||
#
|
||||
# Test code
|
||||
|
Reference in New Issue
Block a user