lanl / walkabout

Walkabout simulates random walk particle tracking.
http://walkabout.lanl.gov/
Other
1 stars 5 forks source link

Users are able to enter values in control.dat that will crash the code. #7

Closed shane-mckinney closed 7 years ago

shane-mckinney commented 7 years ago

Specifically a user can enter: toutfreq 0 which in this version of the code will divide by zero.

shane-mckinney commented 7 years ago

Recent commit should fix this specific issue.