add Field vectors to required list

This commit is contained in:
goncalvesmachadoc 2021-11-30 16:50:26 +01:00
parent 2d0e92750d
commit b5285c7a99

View File

@ -120,11 +120,14 @@ namespace {
ParamCTorArgs{ "GOR" , Type::Ratio },
// injection
ParamCTorArgs{ "OIR" , Type::Rate },
ParamCTorArgs{ "WIR" , Type::Rate },
ParamCTorArgs{ "GIR" , Type::Rate },
ParamCTorArgs{ "VIR" , Type::Rate },
ParamCTorArgs{ "OPI" , Type::Rate },
ParamCTorArgs{ "WPI" , Type::Rate },
ParamCTorArgs{ "GPI" , Type::Rate },
ParamCTorArgs{ "OIT" , Type::Total },
ParamCTorArgs{ "WIT" , Type::Total },
ParamCTorArgs{ "GIT" , Type::Total },
ParamCTorArgs{ "VIT" , Type::Total },