Travis fix.

This commit is contained in:
jgoppert
2015-11-05 11:25:47 -05:00
parent 5b0ea675c3
commit bb6b375390
+1 -1
View File
@@ -185,7 +185,7 @@ public:
size_t k = 1;
while (k < n) {
res += A_pow * (Type(pow(dt, k)) / k_fact);
res += A_pow * (Type(pow(dt, k)) / Type(k_fact));
if (k == n) {
break;