From f68ab9ebbcab088f0f4ab60a2397eb471998ae74 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 7 Mar 2019 13:34:28 -0600 Subject: update comment in test_path() --- src/test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test.c b/src/test.c index 3bd8c5c..b9a27ad 100644 --- a/src/test.c +++ b/src/test.c @@ -479,7 +479,9 @@ double getKineticEnergy(double x, void *params) int test_path(char *err) { - /* Tests the logsumexp() function. */ + /* Test the path code. This just does a basic check that when we create a + * path without any KL coefficients, it is correctly rotated and + * positioned. */ int i, j, k; double pos0[3], dir0[3], T0, range, m; double beta, t; -- cgit