你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Clarified some code comments
这个提交包含在:
@@ -58,8 +58,8 @@ class ModelBuildRun:
|
|||||||
|
|
||||||
# Set number of OpenMP threads to physical threads at this point to be
|
# Set number of OpenMP threads to physical threads at this point to be
|
||||||
# used with threaded model building methods, e.g. fractals. Can be
|
# used with threaded model building methods, e.g. fractals. Can be
|
||||||
# changed by #num_threads command in input file or via API later for
|
# changed by the user via #num_threads command in input file or via API
|
||||||
# use with CPU solver.
|
# later for use with CPU solver.
|
||||||
config.get_model_config().ompthreads = set_omp_threads(config.get_model_config().ompthreads)
|
config.get_model_config().ompthreads = set_omp_threads(config.get_model_config().ompthreads)
|
||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
|
在新工单中引用
屏蔽一个用户