Fixed initialization issue
This commit is contained in:
parent
5edc4d7bc8
commit
3e9aadbea6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class ReadSwash:
|
||||||
self._n_t = None
|
self._n_t = None
|
||||||
self._t = None
|
self._t = None
|
||||||
self._x = None
|
self._x = None
|
||||||
|
self._data = {}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def read_nohead(cls, path):
|
def read_nohead(cls, path):
|
||||||
|
|
Loading…
Reference in a new issue