Changed some variable names.

这个提交包含在:
Craig Warren
2016-02-26 15:27:02 +00:00
父节点 1630e65a7f
当前提交 3a102f18b5

查看文件

@@ -24,7 +24,7 @@ from gprMax.utilities import round_value
class Waveform:
"""Definitions of waveform shapes that can be used with sources."""
waveformtypes = ['gaussian', 'gaussiandot', 'gaussiandotnorm', 'gaussiandotdot', 'gaussiandotdotnorm', 'ricker', 'sine', 'contsine', 'impulse', 'user']
types = ['gaussian', 'gaussiandot', 'gaussiandotnorm', 'gaussiandotdot', 'gaussiandotdotnorm', 'ricker', 'sine', 'contsine', 'impulse', 'user']
def __init__(self):
self.ID = None