Skip to content

Commit

Permalink
Doc: Fix typo in cholesky hdf5 file name (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasolca committed Oct 7, 2024
1 parent be815be commit ad5d6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/factorization_2cholesky_2impl_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span><span class="preprocessor">#ifdef DLAF_WITH_HDF5</span></div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <span class="keyword">static</span> std::atomic&lt;size_t&gt; num_cholesky_calls = 0;</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> std::stringstream fname;</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> fname &lt;&lt; <span class="stringliteral">&quot;cholesky-facrorization-&quot;</span> &lt;&lt; matrix::internal::TypeToString_v&lt;T&gt; &lt;&lt; <span class="stringliteral">&quot;-&quot;</span></div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> fname &lt;&lt; <span class="stringliteral">&quot;cholesky-factorization-&quot;</span> &lt;&lt; matrix::internal::TypeToString_v&lt;T&gt; &lt;&lt; <span class="stringliteral">&quot;-&quot;</span></div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> &lt;&lt; std::to_string(num_cholesky_calls) &lt;&lt; <span class="stringliteral">&quot;.h5&quot;</span>;</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> std::optional&lt;matrix::internal::FileHDF5&gt; file;</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> </div>
Expand Down

0 comments on commit ad5d6b0

Please sign in to comment.