Fixed typo
This commit is contained in:
parent
0f9841bff6
commit
785880e503
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class ReadSwash:
|
||||||
|
|
||||||
def read_scalar(self, path, const=False):
|
def read_scalar(self, path, const=False):
|
||||||
if const:
|
if const:
|
||||||
self._data[path.stem] = slef.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, :]
|
||||||
self._data[path.stem] = self.read_nohead(path).reshape(
|
self._data[path.stem] = self.read_nohead(path).reshape(
|
||||||
|
|
Loading…
Reference in a new issue