From 400eb717f7e24822d9053f61ff2d0e51f2a07dde Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 5 May 2016 13:50:53 +0100 Subject: [PATCH] Edits to some comments. --- gprMax/waveforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/waveforms.py b/gprMax/waveforms.py index b47016bf..a1c866d5 100644 --- a/gprMax/waveforms.py +++ b/gprMax/waveforms.py @@ -89,7 +89,7 @@ class Waveform: waveform = ramp * np.sin(2 * np.pi * self.freq * time) elif self.type == 'impulse': - # time < G.dt condition required to do impulsive magnetic dipole + # time < dt condition required to do impulsive magnetic dipole if time == 0 or time < dt: waveform = 1 elif time >= dt: