mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 11:45:56 +01:00
Add source and emField inputs to ScalarFV module
This commit is contained in:
parent
ef0fe2bcc1
commit
54c10a42cc
@ -15,7 +15,7 @@ TScalarFV::TScalarFV(const std::string name)
|
||||
// dependencies/products ///////////////////////////////////////////////////////
|
||||
std::vector<std::string> TScalarFV::getInput(void)
|
||||
{
|
||||
std::vector<std::string> in;
|
||||
std::vector<std::string> in = {par().source, par().emField};
|
||||
|
||||
return in;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user