Skip to content

Commit f6ecf23

Browse files
committed
Docs
1 parent 0f8d1f8 commit f6ecf23

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/pages/guide.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@ Both approaches can (and should) be used in a dataflow for full control over the
248248
auto x = ds.vary(
249249
dataset::column<double>("x_nom"),
250250
{{"shift_x","x_shifted"}, {"smear_x", "x_smeared"}}
251-
);
252-
// type = qty::lazy<column::fixed<double>>::varied
251+
); // qty::lazy<column::fixed<double>>::varied
253252
// (column::fixed<dobule> is the concrete type)
254253

255254
// constants are varied by alternate values
@@ -278,8 +277,7 @@ auto z = systematic::vary(
278277
systematic::nominal(z_nom),
279278
systematic::variation("z_fixed", f_fixed),
280279
systematic::variation("z_half", z_half)
281-
);
282-
// qty::lazy<column::valued<double>>::varied
280+
); // qty::lazy<column::valued<double>>::varied
283281
// (column::valued<double> is the common denominator base class)
284282
@endcpp
285283

0 commit comments

Comments
 (0)