lcpp-org / RustBCA

A free, open-source Binary Collision Approximation (BCA) code for ion-material interactions including sputtering, implantation, and reflection
https://github.com/lcpp-org/RustBCA/wiki
GNU General Public License v3.0
42 stars 15 forks source link

Fix issue #193 #194

Closed William8915 closed 2 years ago

William8915 commented 2 years ago

Thank you for your contribution to rustBCA!

Before submitting this PR, please make sure you have:

Fixes #193

Description

I have added the missing slash so that the search path is now valid and can be used to locate supporting modules.

Tests

I have followed the steps mentioned in the issue, that is,

Make a new directory, for example under /tmp, and then type python3 /full/path/to/rustbca/examples/test_rustbca.py to run the example.

After the fix, the example runs normally and gives the expected results.

OS: Fedora 36