[pyfr] 05/88: Fix a typo in the BaseIntegrator class.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Nov 16 12:05:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pyfr.
commit eb040c3cd8d1c7d7d3456628900ec1cf8a6219db
Author: Freddie Witherden <freddie at witherden.org>
Date: Mon Mar 21 14:56:47 2016 -0700
Fix a typo in the BaseIntegrator class.
---
pyfr/integrators/base.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyfr/integrators/base.py b/pyfr/integrators/base.py
index 7a5fbdb..f1d699d 100644
--- a/pyfr/integrators/base.py
+++ b/pyfr/integrators/base.py
@@ -65,7 +65,7 @@ class BaseIntegrator(object, metaclass=ABCMeta):
self._queue = backend.queue()
# Global degree of freedom count
- self._gnofs = self._get_gndofs()
+ self._gndofs = self._get_gndofs()
# Bank index of solution
self._idxcurr = 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfr.git
More information about the debian-science-commits
mailing list