Skip to content

Commit

Permalink
fix beam focusing issue reported by Luka Rogelj
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianqian Fang committed Apr 8, 2020
1 parent 123dc0d commit cb30b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmc_cl_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void mmc_run_cl(mcconfig *cfg,tetmesh *mesh, raytracer *tracer, void (*progressf
cfg->issaveref,cfg->maxgate,(uint)cfg->debuglevel, detreclen, cfg->outputtype, mesh->elemlen,
cfg->mcmethod, cfg->method, 1.f/cfg->steps.x,
#if defined(MMC_USE_SSE) || defined(USE_OPENCL)
cfg->srcpos.w,
cfg->srcdir.w,
#else
0.f,
#endif
Expand Down

0 comments on commit cb30b31

Please sign in to comment.