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

Add ScalarFV inputs to ScalarFV.hpp

This commit is contained in:
James Harrison 2017-03-24 11:59:09 +00:00
parent 54c10a42cc
commit 0c006fbfaa

View File

@ -16,6 +16,11 @@ class ScalarFVPar: Serializable
{
public:
GRID_SERIALIZABLE_CLASS_MEMBERS(ScalarFVPar,
std::string, emField,
std::string, source,
double, mass,
double, charge,
std::string, output,
unsigned int, i);
};