Further changes/updates towards getting sub-gridding example with GSSI 400 working.

这个提交包含在:
Craig Warren
2019-10-28 17:08:06 +00:00
父节点 67482810b6
当前提交 6ed79e46e5
共有 18 个文件被更改,包括 290 次插入197 次删除

查看文件

@@ -62,7 +62,7 @@ def process_python_include_code(inputfile, usernamespace):
# Process any Python code
if(inputlines[x].startswith('#python:')):
log.warning('#python blocks are deprecated and will be removed in the next release of gprMax. Please convert your model to use our Python API instead.')
# String to hold Python code to be executed
pythoncode = ''
x += 1