@@ -28,7 +28,6 @@ namespace libcloudphxx
2828 k_params (k_params), n_user_params(n_user_params), r_max(r_max) {}
2929
3030 // thrust requires that a default ctor exists
31- BOOST_GPU_ENABLED
3231 kernel_base () = default ;
3332
3433 BOOST_GPU_ENABLED
@@ -45,7 +44,6 @@ namespace libcloudphxx
4544 kernel_golovin (thrust_device::pointer<real_t > k_params) : kernel_base<real_t , n_t >(k_params, 1 ) {}
4645
4746 // thrust requires that a default ctor exists
48- BOOST_GPU_ENABLED
4947 kernel_golovin () = default ;
5048
5149 BOOST_GPU_ENABLED
@@ -134,7 +132,6 @@ namespace libcloudphxx
134132 kernel_geometric_with_multiplier (thrust_device::pointer<real_t > k_params) : kernel_geometric<real_t , n_t >(k_params, 1 ) {}
135133
136134 // thrust requires that a default ctor exists
137- BOOST_GPU_ENABLED
138135 kernel_geometric_with_multiplier () = default ;
139136
140137 BOOST_GPU_ENABLED
@@ -186,7 +183,6 @@ namespace libcloudphxx
186183 kernel_geometric_with_efficiencies (thrust_device::pointer<real_t > k_params, real_t r_max) : kernel_geometric<real_t , n_t >(k_params, 0 , r_max) {}
187184
188185 // thrust requires that a default ctor exists
189- BOOST_GPU_ENABLED
190186 kernel_geometric_with_efficiencies () = default ;
191187
192188 BOOST_GPU_ENABLED
@@ -220,7 +216,6 @@ namespace libcloudphxx
220216 kernel_onishi (thrust_device::pointer<real_t > k_params, real_t r_max) : kernel_geometric<real_t , n_t >(k_params, 1 , r_max) {}
221217
222218 // thrust requires that a default ctor exists
223- BOOST_GPU_ENABLED
224219 kernel_onishi () = default ;
225220
226221 BOOST_GPU_ENABLED
0 commit comments