🚀 Feature Request
It would be better to define error codes that can be returned depending on when the error occurs. These error codes can then be interpreted by other applications that call MCML.
🔈 Motivation
When the simulations fail, exit(1) is always called, no matter the type of error.
🚀 Feature Request
It would be better to define error codes that can be returned depending on when the error occurs. These error codes can then be interpreted by other applications that call MCML.
🔈 Motivation
When the simulations fail,
exit(1)is always called, no matter the type of error.