1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Bigger vec length

This commit is contained in:
Peter Boyle 2015-10-09 00:42:54 +02:00
parent 6d06bd9493
commit 3726fe7481

View File

@ -8,7 +8,7 @@ int main (int argc, char ** argv)
{
Grid_init(&argc,&argv);
const int Nvec=4;
const int Nvec=8;
typedef Lattice< iVector< vReal,Nvec> > LatticeVec;
typedef iVector<vReal,Nvec> Vec;