PyPIC Version 2.2.2
Hotfix: GPU module
- atomicAdd: the pragma separation between CUDA compatibility 6.0 and older had a wrong if statement -- it failed for the old versions but worked for the new version where we have atomicAdd already defined. Now it works for both (tested!).