clarify #endif comment
authorJonathan L Long <jonlong@cs.berkeley.edu>
Sun, 7 Dec 2014 11:06:35 +0000 (03:06 -0800)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Sun, 7 Dec 2014 11:06:35 +0000 (03:06 -0800)
include/caffe/util/math_functions.hpp

index 12823f8..d3ecf58 100644 (file)
@@ -267,7 +267,7 @@ void caffe_gpu_##name<double>(const int n, const double* x, double* y) { \
       n, x, y); \
 }
 
-#endif  // CPU_ONLY
+#endif  // !CPU_ONLY
 
 }  // namespace caffe