Fixed read_swash class
This commit is contained in:
parent
868e34777e
commit
ddc6526882
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,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 = None
|
self._data = {}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def read_nohead(cls, path):
|
def read_nohead(cls, path):
|
||||||
|
|
Loading…
Reference in a new issue