Merge pull request #5405 from svenn-t/ezrokhi

Support for CNAMES
This commit is contained in:
Tor Harald Sandve
2024-06-06 08:44:27 +02:00
committed by GitHub

View File

@@ -76,7 +76,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"CART", {true, std::nullopt}}, {"CART", {true, std::nullopt}},
{"CBMOPTS", {true, std::nullopt}}, {"CBMOPTS", {true, std::nullopt}},
{"CECON", {true, std::nullopt}}, {"CECON", {true, std::nullopt}},
{"CNAMES", {false, std::nullopt}},
{"CECONT", {true, std::nullopt}}, {"CECONT", {true, std::nullopt}},
{"COAL", {true, std::nullopt}}, {"COAL", {true, std::nullopt}},
{"COALADS", {true, std::nullopt}}, {"COALADS", {true, std::nullopt}},