Skip to content

Commit ea4e476

Browse files
committed
use inset in constant array render
1 parent 6be72ab commit ea4e476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flopy4/mf6/codec/writer/templates/macros.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
{{ inset ~ name.upper() }}{% if "layered" in how %} LAYERED{% endif %}
3333

3434
{% if how == "constant" %}
35-
CONSTANT {{ value|array2const }}
35+
{{ inset }}CONSTANT {{ value|array2const }}
3636
{% elif how == "layered constant" %}
3737
{% for layer in value -%}
38-
CONSTANT {{ layer|array2const }}
38+
{{ inset }}CONSTANT {{ layer|array2const }}
3939
{%- endfor %}
4040
{% elif how == "internal" %}
4141
INTERNAL

0 commit comments

Comments
 (0)