Merge pull request #3705 from daavid00/sgwfnTable

Support for SGWFN sat functions (format type 2)
This commit is contained in:
Bård Skaflestad
2023-10-13 10:30:41 +02:00
committed by GitHub
6 changed files with 430 additions and 56 deletions

View File

@@ -343,8 +343,8 @@ public:
enum class KeywordFamily {
Family_I, // SGOF, SWOF, SLGOF
Family_II, // SGFN, SOF{2,3}, SWFN
Family_III, // GSF, WSF
Family_II, // SGFN, SOF{2,3}, SWFN, SGWFN
Family_III, // GSF, WSF
Undefined,
};