Skip to content

Commit

Permalink
Merge pull request igfuw#287 from pdziekan/master
Browse files Browse the repository at this point in the history
Long kernel fix
  • Loading branch information
pdziekan authored Jun 14, 2017
2 parents 3260e18 + c2887f9 commit 959068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles_impl_kernel.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace libcloudphxx
real_t res = kernel_geometric<real_t, n_t>::calc(tpl_wrap);

real_t r_L = max(sqrt(thrust::get<rw2_a_ix>(tpl_wrap.get_rw())), sqrt(thrust::get<rw2_b_ix>(tpl_wrap.get_rw())));
if(r_L < 5.e-6)
if(r_L < 50.e-6)
{
real_t r_s = min(sqrt(thrust::get<rw2_a_ix>(tpl_wrap.get_rw())), sqrt(thrust::get<rw2_b_ix>(tpl_wrap.get_rw())));
if(r_s <= 3e-6)
Expand Down

0 comments on commit 959068c

Please sign in to comment.