Skip to content

Commit

Permalink
Merge pull request #2354 from itischler/lb_ehyd
Browse files Browse the repository at this point in the history
fixes #2326
  • Loading branch information
fweik authored Oct 31, 2018
2 parents 044321d + 45f3d08 commit 478818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/cuda_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void pack_particles(ParticleRange particles,
}
#endif

#ifdef LB_ELECTROHYDRODYNAMICS
#if defined(LB_ELECTROHYDRODYNAMICS) && defined(LB_GPU)
buffer[i].mu_E[0] = static_cast<float>(part.p.mu_E[0]);
buffer[i].mu_E[1] = static_cast<float>(part.p.mu_E[1]);
buffer[i].mu_E[2] = static_cast<float>(part.p.mu_E[2]);
Expand Down

0 comments on commit 478818f

Please sign in to comment.