diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-30 14:56:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-30 14:56:02 +0200 |
commit | e7a8f13d63ef2733a61960899d6b8b1b4a16d963 (patch) | |
tree | f42ff70e4128d9ee0c474e7f7c282ac2c251ae03 /dpd/apply_adapt_dumps.py | |
parent | cab4d50a79bf052aa7f9b25e2204ef69fa1cf6e8 (diff) | |
download | dabmod-e7a8f13d63ef2733a61960899d6b8b1b4a16d963.tar.gz dabmod-e7a8f13d63ef2733a61960899d6b8b1b4a16d963.tar.bz2 dabmod-e7a8f13d63ef2733a61960899d6b8b1b4a16d963.zip |
Make DPDCE naming consistent
Diffstat (limited to 'dpd/apply_adapt_dumps.py')
-rwxr-xr-x | dpd/apply_adapt_dumps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/apply_adapt_dumps.py b/dpd/apply_adapt_dumps.py index ee75e25..6b15aff 100755 --- a/dpd/apply_adapt_dumps.py +++ b/dpd/apply_adapt_dumps.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# DPD Calculation Engine, apply stored configuration. +# DPD Computation Engine, apply stored configuration. # # http://www.opendigitalradio.org # Licence: The MIT License, see notice at the end of this file |