File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,7 @@ Both approaches can (and should) be used in a dataflow for full control over the
248
248
auto x = ds.vary(
249
249
dataset::column<double >("x_nom"),
250
250
{{"shift_x","x_shifted"}, {"smear_x", "x_smeared"}}
251
- );
252
- // type = qty::lazy< column::fixed<double > >::varied
251
+ ); // qty::lazy< column::fixed<double > >::varied
253
252
// (column::fixed<dobule > is the concrete type)
254
253
255
254
// constants are varied by alternate values
@@ -278,8 +277,7 @@ auto z = systematic::vary(
278
277
systematic::nominal(z_nom),
279
278
systematic::variation("z_fixed", f_fixed),
280
279
systematic::variation("z_half", z_half)
281
- );
282
- // qty::lazy< column::valued<double > >::varied
280
+ ); // qty::lazy< column::valued<double > >::varied
283
281
// (column::valued<double > is the common denominator base class)
284
282
@endcpp
285
283
You can’t perform that action at this time.
0 commit comments