commit | 7aa5bc95584a544099d4e2b026b88046579616c0 | [log] [tgz] |
---|---|---|
author | Benoit Steiner <benoit.steiner.goog@gmail.com> | Mon May 23 14:39:51 2016 -0700 |
committer | Benoit Steiner <benoit.steiner.goog@gmail.com> | Mon May 23 14:39:51 2016 -0700 |
tree | 229e9f7813e2339aea7e5960846e2b533d203ea1 | |
parent | a09cbf9905b91100ae4337a6c294634d41faed44 [diff] [blame] |
Fixed a typo in the array.cpp test
diff --git a/test/array.cpp b/test/array.cpp index a028c75..f9a8a68 100644 --- a/test/array.cpp +++ b/test/array.cpp
@@ -598,9 +598,8 @@ // CALL_SUBTEST( res = x.polygamma(n); verify_component_wise(res.head(8), ref.head(8)); ); CALL_SUBTEST( res = polygamma(n,x); verify_component_wise(res.head(8), ref.head(8)); ); } -#endif - } +#endif } void test_array()