Skip to content

Commit

Permalink
allow users to set cfg.maxdetphoton in mmclab
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianqian Fang committed Mar 25, 2020
1 parent 99312c3 commit 7e04588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mmclab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ void mmc_set_field(const mxArray *root,const mxArray *item,int idx, mcconfig *cf
GET_ONE_FIELD(cfg,unitinmm)
GET_ONE_FIELD(cfg,voidtime)
GET_ONE_FIELD(cfg,mcmethod)
GET_ONE_FIELD(cfg,maxdetphoton)
GET_VEC3_FIELD(cfg,srcpos)
GET_VEC34_FIELD(cfg,srcdir)
GET_VEC3_FIELD(cfg,steps)
Expand Down

0 comments on commit 7e04588

Please sign in to comment.