Fixed initialization issue
This commit is contained in:
parent
405c0ca514
commit
d2c02fda52
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