你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Layout cleanups.
这个提交包含在:
@@ -16,6 +16,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
|
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
from collections import namedtuple
|
||||||
|
|
||||||
"""This module contains functional forms of some of the most commonly used gprMax commands. It can be useful to use these within Python scripting in an input file.
|
"""This module contains functional forms of some of the most commonly used gprMax commands. It can be useful to use these within Python scripting in an input file.
|
||||||
For convenience, x, y, z coordinates are lumped in a namedtuple Coordinate:
|
For convenience, x, y, z coordinates are lumped in a namedtuple Coordinate:
|
||||||
@@ -32,7 +33,6 @@ Coordinate(x=0.1, y=0.2, z=0.3)
|
|||||||
0.1 0.2 0.3
|
0.1 0.2 0.3
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from collections import namedtuple
|
|
||||||
Coordinate_tuple = namedtuple('Coordinate', ['x', 'y', 'z'])
|
Coordinate_tuple = namedtuple('Coordinate', ['x', 'y', 'z'])
|
||||||
|
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户