From c44f70badcf31bfd9e8e67ce34c65bff1e1522e2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 21 Oct 2010 14:08:00 -0400 Subject: Use `x' instead of `t' for the variable in tests. --- tests/Vector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Vector.cpp') diff --git a/tests/Vector.cpp b/tests/Vector.cpp index e3b660c..688f826 100644 --- a/tests/Vector.cpp +++ b/tests/Vector.cpp @@ -23,9 +23,9 @@ #include #include -// y' = -y (y == C*exp(-t)) +// y' = -y (y == C*exp(-x)) vZ::Vector<3> -f(double t, vZ::Vector<3> y) +f(double x, vZ::Vector<3> y) { return -y; } -- cgit v1.2.3