mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 14:40:46 +01:00
Bigger vec length
This commit is contained in:
parent
6d06bd9493
commit
3726fe7481
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user