From 5c0a578773e18deddbed24b06c7a48b423ea749f Mon Sep 17 00:00:00 2001
From: Anne Philipp <anne.philipp@univie.ac.at>
Date: Fri, 14 Dec 2018 00:55:22 +0100
Subject: [PATCH] renamed read controlfile function

---
 source/python/classes/ControlFile.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/python/classes/ControlFile.py b/source/python/classes/ControlFile.py
index 250aea2..2fb5014 100644
--- a/source/python/classes/ControlFile.py
+++ b/source/python/classes/ControlFile.py
@@ -164,11 +164,11 @@ class ControlFile(object):
                          'ectrans', 'debug', 'request', 'public', 'purefc',
                          'rrint']
 
-        self.__read_controlfile__()
+        self._read_controlfile()
 
         return
 
-    def __read_controlfile__(self):
+    def _read_controlfile(self):
         '''Read CONTROL file and assign all CONTROL file variables.
 
         Parameters
-- 
GitLab