diff options
Diffstat (limited to 'src/vZ/Integrator.hpp')
-rw-r--r-- | src/vZ/Integrator.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vZ/Integrator.hpp b/src/vZ/Integrator.hpp index a652bf6..25a84f6 100644 --- a/src/vZ/Integrator.hpp +++ b/src/vZ/Integrator.hpp @@ -66,7 +66,7 @@ namespace vZ // Type alias typedef GenericIntegrator<double> Integrator; - // Definitions + // Implementations template <typename T> void |