diff options
Diffstat (limited to 'gr-digital/python/utils/mod_codes.py')
-rw-r--r-- | gr-digital/python/utils/mod_codes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-digital/python/utils/mod_codes.py b/gr-digital/python/utils/mod_codes.py index caacda5cc6..f55fe41b8b 100644 --- a/gr-digital/python/utils/mod_codes.py +++ b/gr-digital/python/utils/mod_codes.py @@ -20,6 +20,7 @@ # Boston, MA 02110-1301, USA. # +# Constants used to represent what coding to use. GRAY_CODE = 'gray' SET_PARTITION_CODE = 'set-partition' NO_CODE = 'none' |