mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-03 05:07:07 +01:00
Bigger vec length
This commit is contained in:
@@ -8,7 +8,7 @@ int main (int argc, char ** argv)
|
|||||||
{
|
{
|
||||||
Grid_init(&argc,&argv);
|
Grid_init(&argc,&argv);
|
||||||
|
|
||||||
const int Nvec=4;
|
const int Nvec=8;
|
||||||
typedef Lattice< iVector< vReal,Nvec> > LatticeVec;
|
typedef Lattice< iVector< vReal,Nvec> > LatticeVec;
|
||||||
typedef iVector<vReal,Nvec> Vec;
|
typedef iVector<vReal,Nvec> Vec;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user