diff options
author | 2017-03-08 00:18:36 -0800 | |
---|---|---|
committer | 2017-03-08 00:18:36 -0800 | |
commit | 8d6f21b00335f2ceafd0eb7e9663f9683ab33f06 (patch) | |
tree | a5104bce1b12e680aec2ad7dd2e152ff25d5b46a /Python/pywarpx/WarpX.py | |
parent | 845469f3d903846b6e7057a92bc656ac1b960f7f (diff) | |
download | WarpX-8d6f21b00335f2ceafd0eb7e9663f9683ab33f06.tar.gz WarpX-8d6f21b00335f2ceafd0eb7e9663f9683ab33f06.tar.zst WarpX-8d6f21b00335f2ceafd0eb7e9663f9683ab33f06.zip |
Added 3 sections in the documentation
Diffstat (limited to 'Python/pywarpx/WarpX.py')
-rw-r--r-- | Python/pywarpx/WarpX.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python/pywarpx/WarpX.py b/Python/pywarpx/WarpX.py index 976d94c74..e9ec7cca4 100644 --- a/Python/pywarpx/WarpX.py +++ b/Python/pywarpx/WarpX.py @@ -2,6 +2,9 @@ from .Bucket import Bucket from . import warpxC class WarpX(Bucket): + """ + A Python wrapper for the WarpX C++ class + """ def init(self): self.warpx = warpxC.WarpX.GetInstance() |