Clarified some code comments

这个提交包含在:
Craig Warren
2023-12-15 13:45:35 +00:00
父节点 ff255de0ea
当前提交 2b5ea2efab

查看文件

@@ -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):