Skip to content

Commit e89af7f

Browse files
author
Andre Zapico
committed
remove comment return my_a
1 parent db91383 commit e89af7f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stan/math/prim/fun/exp.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class apply_exp {
7373
public:
7474
Container operator()(const tbb::blocked_range<std::size_t>& r) const {
7575
Container a = my_a;
76-
//Container a_out = my_a;
7776
for (std::size_t i = r.begin(); i != r.end(); ++i) {
7877
my_a[i] = std::exp(a[i]);
7978
}

0 commit comments

Comments
 (0)