Skip to content

Commit

Permalink
fixed compilation error in boys.h
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jan 10, 2017
1 parent 085c3d1 commit 5963980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libint2/boys.h
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ namespace libint2 {
}
}
else {
std::fill(Gm, Gm+mmax+1, real_t{0});
std::fill(Gm, Gm+mmax+1, Real{0});
}
}

Expand Down

0 comments on commit 5963980

Please sign in to comment.