1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 14:57:05 +01:00

Hadrons: free scalar buffer fix and output

This commit is contained in:
2017-01-05 14:58:55 +00:00
parent 82b3f54697
commit 97843e2b58
2 changed files with 32 additions and 7 deletions

View File

@ -8,7 +8,7 @@
BEGIN_HADRONS_NAMESPACE
/******************************************************************************
* FreeProp *
* FreeProp *
******************************************************************************/
BEGIN_MODULE_NAMESPACE(MScalar)
@ -17,7 +17,8 @@ class FreePropPar: Serializable
public:
GRID_SERIALIZABLE_CLASS_MEMBERS(FreePropPar,
std::string, source,
double, mass);
double, mass,
std::string, output);
};
class TFreeProp: public Module<FreePropPar>