Update authors and tidy imports.

这个提交包含在:
Craig Warren
2021-03-10 15:40:36 +00:00
父节点 d22c2f8e5e
当前提交 538d3e755c
共有 83 个文件被更改,包括 131 次插入131 次删除

查看文件

@@ -1,5 +1,5 @@
# Copyright (C) 2015-2021: The University of Edinburgh
# Authors: Craig Warren and Antonis Giannopoulos
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley
#
# This file is part of gprMax.
#
@@ -22,7 +22,7 @@ import gprMax.config as config
import numpy as np
from .grid import Ix, Iy, Iz
from .utilities import round_value
from .utilities.utilities import round_value
class Source: