Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.78 KB

reviews.md

File metadata and controls

47 lines (39 loc) · 1.78 KB
title
Review Overview

{{page.title}}

## Machine Files

{% for mf_comments in site.data.comments.machine_files %}

{% if mf_comments[1].comment %}

{{mf_comments[0]}}

{% capture com %}{{mf_comments[1].comment}}{% endcapture %} {% capture aut %}{{mf_comments[1].author}}{% endcapture %} {% capture rev %}{{mf_comments[1].review}}{% endcapture %} {% capture upt %}{{mf_comments[1].uptodate}}{% endcapture %} {% include template_comment.md comment=com author=aut review=rev uptodate=upt %}

{%endif%} {% endfor %}

Stencils

Dimension Radius Weighting Kind Coefficients Datatype Machine Comments
{% for dimension in site.data.comments.stencils -%}
{% for radius in dimension[1] -%}
{% for weighting in radius[1] -%}
{% for kind in weighting[1] -%}
{% for coefficients in kind[1] -%}
{% for datatype in coefficients[1] -%}
{% for machine in datatype[1] -%}
{%- capture url -%}{{site.baseurl}}/stencils/{{dimension[0]}}/{{radius[0]}}/{{weighting[0]}}/{{kind[0]}}/{{coefficients[0]}}/{{datatype[0]}}/{{machine[0]}}/{%- endcapture -%}
{{dimension[0]}} {{radius[0]}} {{weighting[0]}} {{kind[0]}} {{coefficients[0]}} {{datatype[0]}} {{machine[0]}} {%- for c in machine[1] -%}<a href="{{url}}#{{c[0]
{% endfor -%}
{% endfor -%}
{% endfor -%}
{% endfor -%}
{% endfor -%}
{% endfor -%}
{% endfor -%}