Fixed a typo in the array.cpp test

This commit is contained in:
Benoit Steiner 2016-05-23 14:39:51 -07:00
parent a09cbf9905
commit 7aa5bc9558

View File

@ -598,9 +598,8 @@ template<typename ArrayType> void array_special_functions()
// 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()