remove UDT keywords from unsupported list

UDTDIMS is completely ignored but should not stop the simulator
This commit is contained in:
Arne Morten Kvarving 2023-10-24 08:32:32 +02:00
parent de0b249eaa
commit fb7135a424

View File

@ -649,8 +649,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"TUNINGL", {false, std::nullopt}},
{"TUNINGS", {false, std::nullopt}},
{"TZONE", {true, std::nullopt}},
{"UDT", {true, std::nullopt}},
{"UDTDIMS", {true, std::nullopt}},
{"UNCODHMD", {true, std::nullopt}},
{"UNIFOUTS", {false, std::nullopt}},
{"UNIFSAVE", {false, std::nullopt}},