Skip to content

Commit

Permalink
deploy: 837a82b
Browse files Browse the repository at this point in the history
  • Loading branch information
Siel committed Jan 23, 2024
1 parent f6798bf commit f2ad005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npcore/routines/output.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@

<span class="kw">pub fn </span>write(<span class="kw-2">&amp;mut </span><span class="self">self</span>, cycle: usize, objf: f64, gamma: f64, theta: <span class="kw-2">&amp;</span>Array2&lt;f64&gt;) {
<span class="self">self</span>.writer.write_field(<span class="macro">format!</span>(<span class="string">&quot;{}&quot;</span>, cycle)).unwrap();
<span class="self">self</span>.writer.write_field(<span class="macro">format!</span>(<span class="string">&quot;{}&quot;</span>, -<span class="number">2. </span>* objf)).unwrap();
<span class="self">self</span>.writer.write_field(<span class="macro">format!</span>(<span class="string">&quot;{}&quot;</span>, objf)).unwrap();
<span class="self">self</span>.writer.write_field(<span class="macro">format!</span>(<span class="string">&quot;{}&quot;</span>, gamma)).unwrap();
<span class="self">self</span>.writer
.write_field(<span class="macro">format!</span>(<span class="string">&quot;{}&quot;</span>, theta.nrows()))
Expand Down

0 comments on commit f2ad005

Please sign in to comment.