diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-03-07 13:34:28 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-03-07 13:34:28 -0600 |
commit | f68ab9ebbcab088f0f4ab60a2397eb471998ae74 (patch) | |
tree | c3645318abb5ab08b8398f71c2b255a23d4d1f12 /src/test.c | |
parent | e0f850f1ecdab6f125e9a80e7b69985e68195848 (diff) | |
download | sddm-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.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |