diff options
author | 2017-03-22 00:04:54 +0000 | |
---|---|---|
committer | 2017-03-22 00:04:54 +0000 | |
commit | 4ea8cb80c5737a5905eba1c2484597271323a5e3 (patch) | |
tree | a5feaa0d95042d92855930e8a49ee0ccb3d1933e /Python/pywarpx/WarpX.py | |
parent | cd8c997a241af9c32eddccd92f848b9ea3735a9a (diff) | |
parent | 8f552c050401b6899b02586cedeaed40d4e9e774 (diff) | |
download | WarpX-4ea8cb80c5737a5905eba1c2484597271323a5e3.tar.gz WarpX-4ea8cb80c5737a5905eba1c2484597271323a5e3.tar.zst WarpX-4ea8cb80c5737a5905eba1c2484597271323a5e3.zip |
Merged in documentation (pull request #16)
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() |