Improved code formating

This commit is contained in:
Benoit Steiner 2016-03-31 13:09:58 -07:00
parent f197813f37
commit 92b7f7b650

View File

@ -414,8 +414,8 @@ using ::log;
using ::sqrt;
using ::floor;
using ::ceil;
template <>
template <>
struct hash<Eigen::half> {
size_t operator()(const Eigen::half& a) const {
return std::hash<unsigned short>()(a.x);