We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be72ab commit ea4e476Copy full SHA for ea4e476
flopy4/mf6/codec/writer/templates/macros.jinja
@@ -32,10 +32,10 @@
32
{{ inset ~ name.upper() }}{% if "layered" in how %} LAYERED{% endif %}
33
34
{% if how == "constant" %}
35
-CONSTANT {{ value|array2const }}
+{{ inset }}CONSTANT {{ value|array2const }}
36
{% elif how == "layered constant" %}
37
{% for layer in value -%}
38
-CONSTANT {{ layer|array2const }}
+{{ inset }}CONSTANT {{ layer|array2const }}
39
{%- endfor %}
40
{% elif how == "internal" %}
41
INTERNAL
0 commit comments