summaryrefslogtreecommitdiffstats
path: root/src/vZ
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-10-06 19:49:29 -0400
committerTavian Barnes <tavianator@gmail.com>2010-10-06 19:49:42 -0400
commit27a904183f0d549cb61bbdc78fe37fc4d7ea414f (patch)
tree9ae50fc78d549cf86795b158339c40b07c5a8e0d /src/vZ
parentdaf5e150da756deb950023d61f0643dac875c941 (diff)
downloadvz-27a904183f0d549cb61bbdc78fe37fc4d7ea414f.tar.xz
Derrive/derive typo.
Diffstat (limited to 'src/vZ')
-rw-r--r--src/vZ/Integrator.hpp2
1 files changed, 1 insertions, 1 deletions
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)