Skip to content
Snippets Groups Projects
Select Git revision
  • abd3be992861c290707a6ac044f130a78c421d9e
  • master default protected
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
15 results

NumericalInitialization.cc

Blame
  • scripts.html 935 B
    {% if site.footer_scripts %}
      {% for script in site.footer_scripts %}
        {% if script contains "://" %}
          {% capture script_path %}{{ script }}{% endcapture %}
        {% else %}
          {% capture script_path %}{{ script | relative_url }}{% endcapture %}
        {% endif %}
        <script src="{{ script_path }}"></script>
      {% endfor %}
    {% else %}
      <script src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
    {% endif %}
    
    {% if site.search == true or page.layout == "search" %}
      {%- assign search_provider = site.search_provider | default: "lunr" -%}
      {%- case search_provider -%}
        {%- when "lunr" -%}
          {% include search/lunr-search-scripts.html %}
        {%- when "google" -%}
          {% include search/google-search-scripts.html %}
        {%- when "algolia" -%}
          {% include search/algolia-search-scripts.html %}
      {%- endcase -%}
    {% endif %}
    
    {% include analytics.html %}
    {% include /comments-providers/scripts.html %}