Skip to content

Commit

Permalink
adding WAMF in the summary keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
GitPaean committed Nov 21, 2024
1 parent 3311e2c commit 11898aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ struct SummaryConfigContext {
bool is_well_comp(const std::string& keyword)
{
static const auto well_comp_kw = keyword_set {
"WXMF", "WYMF", "WZMF", "WCGMR", "WCOMR"
"WAMF", "WXMF", "WYMF", "WZMF", "WCGMR", "WCOMR"
};

return is_in_set(well_comp_kw, keyword);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"SUMMARY"
],
"deck_names": [
"WAMF",
"WXMF",
"WYMF",
"WZMF",
Expand Down

0 comments on commit 11898aa

Please sign in to comment.