[pyfr] 26/88: Fix a typo in the naming of the RK4 stepper class.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Nov 16 12:05:26 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 0f9b44cf570a9ac1a8d64b973fadf7a5da2719d3
Author: Freddie Witherden <freddie at witherden.org>
Date:   Mon Apr 25 11:55:06 2016 -0700

    Fix a typo in the naming of the RK4 stepper class.
---
 pyfr/integrators/std/steppers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyfr/integrators/std/steppers.py b/pyfr/integrators/std/steppers.py
index b1c60aa..160c44c 100644
--- a/pyfr/integrators/std/steppers.py
+++ b/pyfr/integrators/std/steppers.py
@@ -92,7 +92,7 @@ class StdTVDRK3Stepper(BaseStdStepper):
         return r1
 
 
-class StdRK4StdStepper(BaseStdStepper):
+class StdRK4Stepper(BaseStdStepper):
     stepper_name = 'rk4'
 
     @property

-- 
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