Fixed missing return in const case
This commit is contained in:
parent
785880e503
commit
071fde81b5
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class ReadSwash:
|
||||||
self._data[path.stem] = self.read_nohead(path).reshape(
|
self._data[path.stem] = self.read_nohead(path).reshape(
|
||||||
(self._n_t, self._n_x)
|
(self._n_t, self._n_x)
|
||||||
)[0, :]
|
)[0, :]
|
||||||
|
return
|
||||||
self._data[path.stem] = self.read_nohead(path).reshape(
|
self._data[path.stem] = self.read_nohead(path).reshape(
|
||||||
(self._n_t, self._n_x)
|
(self._n_t, self._n_x)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue