diff --git a/gprMax/waveforms.py b/gprMax/waveforms.py index a1c866d5..2e612acd 100644 --- a/gprMax/waveforms.py +++ b/gprMax/waveforms.py @@ -21,7 +21,7 @@ import numpy as np from gprMax.utilities import round_value -class Waveform: +class Waveform(object): """Definitions of waveform shapes that can be used with sources.""" types = ['gaussian', 'gaussiandot', 'gaussiandotnorm', 'gaussiandotdot', 'gaussiandotdotnorm', 'ricker', 'sine', 'contsine', 'impulse', 'user']