pysrim icon indicating copy to clipboard operation
pysrim copied to clipboard

Sputtered keyword for TRIM doesn't do anything

Open zerostarm opened this issue 2 years ago • 0 comments

looking in your srim.py it looks like this : 'sputtered': check_input(int, is_zero_or_one, kwargs.get('ranges', 0)), should be : 'sputtered': check_input(int, is_zero_or_one, kwargs.get('sputtered', 0)),

zerostarm avatar Mar 01 '22 02:03 zerostarm