fix declaration
This commit is contained in:
parent
6a03977a69
commit
a67009d1c8
@ -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…
Reference in New Issue
Block a user