Changed to new-style classes.

这个提交包含在:
Craig Warren
2016-05-06 12:23:14 +01:00
父节点 bf0f382f72
当前提交 142790fc27

查看文件

@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
class Rx:
class Rx(object):
"""Receiever output points."""
availableoutputs = ['Ex', 'Ey', 'Ez', 'Hx', 'Hy', 'Hz', 'Ix', 'Iy', 'Iz']