mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
Structured objects passed into LapEvec
This commit is contained in:
@ -236,7 +236,10 @@ void test_LapEvec(Application &application)
|
||||
// gauge field
|
||||
application.createModule<MGauge::Unit>("gauge");
|
||||
// Now make an instance of the LapEvec object
|
||||
application.createModule<MDistil::LapEvec>("LapEvecInstance");
|
||||
MDistil::LapEvecPar levPar;
|
||||
levPar.Stout.steps = 173;
|
||||
levPar.Stout.parm = -9.87654321;
|
||||
application.createModule<MDistil::LapEvec>("LapEvec",levPar);
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user