1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01: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: public:
GRID_SERIALIZABLE_CLASS_MEMBERS(ScalarFVPar, GRID_SERIALIZABLE_CLASS_MEMBERS(ScalarFVPar,
std::string, emField,
std::string, source,
double, mass,
double, charge,
std::string, output,
unsigned int, i); unsigned int, i);
}; };