你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Semi colon missing from range() in for loop
这个提交包含在:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -21,5 +21,9 @@ dist/
|
|||||||
# Hidden files
|
# Hidden files
|
||||||
.*
|
.*
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
# Jupyter notebook checkpoints
|
# Jupyter notebook checkpoints
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
|
=======
|
||||||
|
*.out
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
@@ -33,7 +33,7 @@ To make it easier to create commands within a block of Python code, there is a b
|
|||||||
#python:
|
#python:
|
||||||
from gprMax.input_cmd_funcs import *
|
from gprMax.input_cmd_funcs import *
|
||||||
domain = domain(0.2, 0.2, 0.2)
|
domain = domain(0.2, 0.2, 0.2)
|
||||||
for x in range(0, 8)
|
for x in range(0, 8):
|
||||||
cylinder(0.02 + x * 0.02, 0.05, 0, 0.020 + x * 0.02, 0.05, domain[2], 0.005, 'pec’)
|
cylinder(0.02 + x * 0.02, 0.05, 0, 0.020 + x * 0.02, 0.05, domain[2], 0.005, 'pec’)
|
||||||
#end_python:
|
#end_python:
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户