Skip to content

Commit 6b7e0e9

Browse files
committed
Deploying to main from @ AMReX-Codes/amrex@dfd1d91 🚀
1 parent 5650907 commit 6b7e0e9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.

amrex/docs_html/doxygen/AMReX__Array4_8H_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<div class="foldopen" id="foldopen00158" data-start="{" data-end="}">
286286
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="structamrex_1_1Array4.html#afa6d74c9d50ba33fc8d71d6554773c9d"> 158</a></span> T* <a class="code hl_function" href="structamrex_1_1Array4.html#afa6d74c9d50ba33fc8d71d6554773c9d">ptr</a> (<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j, <span class="keywordtype">int</span> k, <span class="keywordtype">int</span> n) <span class="keyword">const</span> <span class="keyword">noexcept</span> {</div>
287287
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><span class="preprocessor">#if defined(AMREX_DEBUG) || defined(AMREX_BOUND_CHECK)</span></div>
288-
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> index_assert(i,j,k,0);</div>
288+
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> index_assert(i,j,k,n);</div>
289289
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="preprocessor">#endif</span></div>
290290
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structamrex_1_1Array4.html#afc65a955f06b484f0ff95fa6ca5579e8">p</a> + ((i-<a class="code hl_variable" href="structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088">begin</a>.<a class="code hl_variable" href="structamrex_1_1Dim3.html#a090510e5e79fd6c75d96c906cd9250e1">x</a>)+(j-<a class="code hl_variable" href="structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088">begin</a>.<a class="code hl_variable" href="structamrex_1_1Dim3.html#a5b607ff8424cba649fe2c3c19f34714b">y</a>)*<a class="code hl_variable" href="structamrex_1_1Array4.html#ac5874d9946c7fab10b8baccf17852150">jstride</a>+(k-<a class="code hl_variable" href="structamrex_1_1Array4.html#a866f2c12eb3e3d6a26399866f355e088">begin</a>.<a class="code hl_variable" href="structamrex_1_1Dim3.html#a301b8be615c36e302d8510be17c63e90">z</a>)*<a class="code hl_variable" href="structamrex_1_1Array4.html#a2f847bb967235ec601258fe8726ec83e">kstride</a>+n*<a class="code hl_variable" href="structamrex_1_1Array4.html#af34de268f8d40135be4374144dd2b34a">nstride</a>);</div>
291291
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> }</div>

amrex/docs_xml/doxygen/AMReX__Array4_8H.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5427,7 +5427,7 @@
54275427
<codeline lineno="157"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>[[nodiscard]]<sp/><ref refid="AMReX__GpuQualifiers_8H_1aac52ee54727d35b2d0033b119a991618" kindref="member">AMREX_GPU_HOST_DEVICE</ref><sp/><ref refid="AMReX__Extension_8H_1a90cf7b81cd61799c87306cad156cc317" kindref="member">AMREX_FORCE_INLINE</ref></highlight></codeline>
54285428
<codeline lineno="158" refid="structamrex_1_1Array4_1afa6d74c9d50ba33fc8d71d6554773c9d" refkind="member"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>T*<sp/><ref refid="structamrex_1_1Array4_1afa6d74c9d50ba33fc8d71d6554773c9d" kindref="member">ptr</ref><sp/>(</highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/>i,<sp/></highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/>j,<sp/></highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/>k,<sp/></highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/>n)<sp/></highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/></highlight><highlight class="keyword">noexcept</highlight><highlight class="normal"><sp/>{</highlight></codeline>
54295429
<codeline lineno="159"><highlight class="normal"></highlight><highlight class="preprocessor">#if<sp/>defined(AMREX_DEBUG)<sp/>||<sp/>defined(AMREX_BOUND_CHECK)</highlight><highlight class="normal"></highlight></codeline>
5430-
<codeline lineno="160"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>index_assert(i,j,k,0);</highlight></codeline>
5430+
<codeline lineno="160"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>index_assert(i,j,k,n);</highlight></codeline>
54315431
<codeline lineno="161"><highlight class="normal"></highlight><highlight class="preprocessor">#endif</highlight><highlight class="normal"></highlight></codeline>
54325432
<codeline lineno="162"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keywordflow">return</highlight><highlight class="normal"><sp/><ref refid="structamrex_1_1Array4_1afc65a955f06b484f0ff95fa6ca5579e8" kindref="member">p</ref><sp/>+<sp/>((i-<ref refid="structamrex_1_1Array4_1a866f2c12eb3e3d6a26399866f355e088" kindref="member">begin</ref>.<ref refid="structamrex_1_1Dim3_1a090510e5e79fd6c75d96c906cd9250e1" kindref="member">x</ref>)+(j-<ref refid="structamrex_1_1Array4_1a866f2c12eb3e3d6a26399866f355e088" kindref="member">begin</ref>.<ref refid="structamrex_1_1Dim3_1a5b607ff8424cba649fe2c3c19f34714b" kindref="member">y</ref>)*<ref refid="structamrex_1_1Array4_1ac5874d9946c7fab10b8baccf17852150" kindref="member">jstride</ref>+(k-<ref refid="structamrex_1_1Array4_1a866f2c12eb3e3d6a26399866f355e088" kindref="member">begin</ref>.<ref refid="structamrex_1_1Dim3_1a301b8be615c36e302d8510be17c63e90" kindref="member">z</ref>)*<ref refid="structamrex_1_1Array4_1a2f847bb967235ec601258fe8726ec83e" kindref="member">kstride</ref>+n*<ref refid="structamrex_1_1Array4_1af34de268f8d40135be4374144dd2b34a" kindref="member">nstride</ref>);</highlight></codeline>
54335433
<codeline lineno="163"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>}</highlight></codeline>

0 commit comments

Comments
 (0)