diff --git a/opencl_fdtd/simulation.py b/opencl_fdtd/simulation.py index e06825c..3c2f828 100644 --- a/opencl_fdtd/simulation.py +++ b/opencl_fdtd/simulation.py @@ -86,7 +86,8 @@ class Simulation(object): float_type: numpy.float32 or numpy.float64 = numpy.float32, do_poynting: bool = True, do_poynting_halves: bool = False, - do_fieldsrc: bool = False): + do_fieldsrc: bool = False, + ) -> None: """ Initialize the simulation.