Skip to content

Commit

Permalink
Deploying to main from @ af1e1be8d7d41de9b999b4973b2024281a28f23e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Nov 14, 2023
1 parent ed3f555 commit 3a1dc1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion amrex/docs_xml/doxygen/AMReX__PlotFileDataImpl_8cpp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@
<codeline lineno="141"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/></highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/>gid<sp/>=<sp/>mfi.index();</highlight></codeline>
<codeline lineno="142"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>FArrayBox&amp;<sp/>dstfab<sp/>=<sp/>mf[mfi];</highlight></codeline>
<codeline lineno="143"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>std::unique_ptr&lt;FArrayBox&gt;<sp/>srcfab(m_vismf[level]-&gt;readFAB(gid,<sp/>icomp));</highlight></codeline>
<codeline lineno="144"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>dstfab.copy&lt;RunOn::Host&gt;(*srcfab);</highlight></codeline>
<codeline lineno="144"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>dstfab.copy&lt;RunOn::Device&gt;(*srcfab);</highlight></codeline>
<codeline lineno="145"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>}</highlight></codeline>
<codeline lineno="146"><highlight class="normal"><sp/><sp/><sp/><sp/>}</highlight></codeline>
<codeline lineno="147"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keywordflow">return</highlight><highlight class="normal"><sp/>mf;</highlight></codeline>
Expand Down

0 comments on commit 3a1dc1b

Please sign in to comment.