Skip to content

Commit

Permalink
Exclude MRG. PRICE CSR if CSR is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 11, 2024
1 parent ca97f68 commit d92689a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/antares/study/parameters/adq-patch-params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ void AdqPatchParams::addExcludedVariables(std::vector<std::string>& out) const
out.emplace_back("LOLP CSR");
out.emplace_back("MAX MRG CSR");
out.emplace_back("OV. COST CSR");
out.emplace_back("MRG. PRICE CSR");
}
}

Expand Down

0 comments on commit d92689a

Please sign in to comment.