Skip to content

Commit

Permalink
[bug] fix cfg.steps.x does not affect voxel size bug, close #107
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 30, 2025
1 parent d495875 commit 6c76b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmc_cu_host.cu
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ void mmc_run_simulation(mcconfig* cfg, tetmesh* mesh, raytracer* tracer, GPUInfo
mesh->elemlen,
cfg->mcmethod,
cfg->method,
1.f / cfg->unitinmm,
1.f / cfg->steps.x,
cfg->srcdir.w,
mesh->nn,
mesh->ne,
Expand Down

0 comments on commit 6c76b35

Please sign in to comment.