From 85d6218a3a8838521c495c12bf00942085bc3c8c Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Tue, 28 Mar 2017 11:11:12 -0700 Subject: updating the python-ctypes branch for recent changes in master --- Python/pywarpx/AMReX.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Python/pywarpx/AMReX.py') diff --git a/Python/pywarpx/AMReX.py b/Python/pywarpx/AMReX.py index e84c240af..0cf9290b8 100644 --- a/Python/pywarpx/AMReX.py +++ b/Python/pywarpx/AMReX.py @@ -6,7 +6,7 @@ from .Geometry import geometry from .Algo import algo from .Langmuirwave import langmuirwave from .Interpolation import interpolation -from .Particles import particles +from .Particles import particles, electrons import ctypes from ._libwarpx import libwarpx @@ -23,6 +23,7 @@ class AMReX(object): argv += langmuirwave.attrlist() argv += interpolation.attrlist() argv += particles.attrlist() + argv += electrons.attrlist() amrex_init(argv) -- cgit v1.2.3