fangq / mcxcl

Monte Carlo eXtreme for OpenCL (MCXCL)
http://mcx.space/wiki/?Learn#mcxcl
Other
41 stars 29 forks source link

incorrect output for skinvessel example #45

Closed ShijieYan closed 1 year ago

ShijieYan commented 1 year ago
Screenshot 2023-10-05 at 4 42 32 PM
fangq commented 1 year ago

@ShijieYan, the bug should be now fixed. Instead of removing the scaling code in mcx_preprocess(), I removed the pre-scaling in mcx_loadconfig and mcx_loadjson in dcdb117.

mcx_preprocess() is now the unified preprocessing function shared among mcxcl/mcxlabcl/pmcxcl to remove duplicated preprocessing codes.

I have just retagged the v2023 release, rebuilt all binaries (only mcxcl/MCXStudio packages affected, but I updated mcxlabcl and pmcxcl regardless).