Merge pull request #2880 from goncalvesmachadoc/testFixReport

add Field vectors to required list
This commit is contained in:
Bård Skaflestad 2021-11-30 17:50:52 +01:00 committed by GitHub
commit 6e6b438405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 },