1
Fork 0

Fixed typo

This commit is contained in:
Edgar P. Burkhart 2022-03-04 10:45:09 +01:00
parent 0f9841bff6
commit 785880e503
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class ReadSwash:
def read_scalar(self, path, const=False):
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)
)[0, :]
self._data[path.stem] = self.read_nohead(path).reshape(