forked from jan/opencl_fdtd
fix declaration
This commit is contained in:
parent
6a03977a69
commit
a67009d1c8
@ -50,7 +50,7 @@ ftype pEzi = 0;
|
|||||||
{%- set se, sh = '+', '-' -%}
|
{%- set se, sh = '+', '-' -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
pml_{{r ~ p}}_thickness = {{pml['thickness']}};
|
int pml_{{r ~ p}}_thickness = {{pml['thickness']}};
|
||||||
|
|
||||||
{%- if p == 'n' %}
|
{%- if p == 'n' %}
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ ftype pHzi = 0;
|
|||||||
{%- set se, sh = '+', '-' -%}
|
{%- set se, sh = '+', '-' -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
pml_{{r ~ p}}_thickness = {{pml['thickness']}};
|
int pml_{{r ~ p}}_thickness = {{pml['thickness']}};
|
||||||
|
|
||||||
{%- if p == 'n' %}
|
{%- if p == 'n' %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user