aboutsummaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2019-03-07 13:34:28 -0600
committertlatorre <tlatorre@uchicago.edu>2019-03-07 13:34:28 -0600
commitf68ab9ebbcab088f0f4ab60a2397eb471998ae74 (patch)
treec3645318abb5ab08b8398f71c2b255a23d4d1f12 /src/test.c
parente0f850f1ecdab6f125e9a80e7b69985e68195848 (diff)
downloadsddm-f68ab9ebbcab088f0f4ab60a2397eb471998ae74.tar.gz
sddm-f68ab9ebbcab088f0f4ab60a2397eb471998ae74.tar.bz2
sddm-f68ab9ebbcab088f0f4ab60a2397eb471998ae74.zip
update comment in test_path()
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c4
1 files changed, 3 insertions, 1 deletions
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;