Updated name of plane wave Cython module

这个提交包含在:
Craig Warren
2025-03-10 14:50:06 +00:00
父节点 05a879d26f
当前提交 b954969980
共有 2 个文件被更改,包括 18 次插入1 次删除

查看文件

@@ -1,3 +1,20 @@
# Copyright (C) 2015-2025: The University of Edinburgh, United Kingdom
# Authors: Craig Warren, Antonis Giannopoulos, and John Hartley
#
# This file is part of gprMax.
#
# gprMax is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# gprMax is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
import numpy as np
cimport cython

查看文件

@@ -25,7 +25,7 @@ import gprMax.config as config
from .fields_outputs import Ix, Iy, Iz
from .utilities.utilities import round_value
from .cython.planeWaveModules import (
from .cython.plane_wave import (
getIntegerForAngles,
getProjections,
calculate1DWaveformValues,