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:
parent
54c10a42cc
commit
0c006fbfaa
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user