From fb298ddd4ef13375c953a201422293f33da44300 Mon Sep 17 00:00:00 2001 From: Jonathan L Long Date: Sun, 7 Dec 2014 03:06:35 -0800 Subject: [PATCH] clarify #endif comment --- include/caffe/util/math_functions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/caffe/util/math_functions.hpp b/include/caffe/util/math_functions.hpp index 12823f8..d3ecf58 100644 --- a/include/caffe/util/math_functions.hpp +++ b/include/caffe/util/math_functions.hpp @@ -267,7 +267,7 @@ void caffe_gpu_##name(const int n, const double* x, double* y) { \ n, x, y); \ } -#endif // CPU_ONLY +#endif // !CPU_ONLY } // namespace caffe -- 2.7.4