fix declaration
This commit is contained in:
parent
6a03977a69
commit
a67009d1c8
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ ftype pEzi = 0;
|
|||
{%- set se, sh = '+', '-' -%}
|
||||
{%- endif -%}
|
||||
|
||||
pml_{{r ~ p}}_thickness = {{pml['thickness']}};
|
||||
int pml_{{r ~ p}}_thickness = {{pml['thickness']}};
|
||||
|
||||
{%- if p == 'n' %}
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ ftype pHzi = 0;
|
|||
{%- set se, sh = '+', '-' -%}
|
||||
{%- endif -%}
|
||||
|
||||
pml_{{r ~ p}}_thickness = {{pml['thickness']}};
|
||||
int pml_{{r ~ p}}_thickness = {{pml['thickness']}};
|
||||
|
||||
{%- if p == 'n' %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue