From 27a904183f0d549cb61bbdc78fe37fc4d7ea414f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 6 Oct 2010 19:49:29 -0400 Subject: Derrive/derive typo. --- src/vZ/Integrator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vZ') diff --git a/src/vZ/Integrator.hpp b/src/vZ/Integrator.hpp index 539c313..34bc870 100644 --- a/src/vZ/Integrator.hpp +++ b/src/vZ/Integrator.hpp @@ -28,7 +28,7 @@ namespace vZ { // Base Integrator class // - // All integration methods derrive from this class + // All integration methods derive from this class // If the initial value problem is specified as // y' = f(x, y); y(x0) = y0 // then an Integrator could be constructed as Integrator(f, dt).y(y0).x(x0) -- cgit v1.2.3