File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,8 @@ auto queryosity::lazy<Act>::varied::filter(
200
200
typename todo<selection::applicator<selection::cut,
201
201
column::equation_t <Expr>>>::varied {
202
202
203
- using varied_type = typename lazy<selection::node>::varied;
203
+ using varied_type = typename todo<selection::applicator<selection::cut,
204
+ column::equation_t <Expr>>>::varied;
204
205
205
206
auto syst = varied_type (this ->nominal ().filter (expr));
206
207
@@ -218,7 +219,8 @@ auto queryosity::lazy<Act>::varied::weight(
218
219
typename todo<selection::applicator<selection::weight,
219
220
column::equation_t <Expr>>>::varied {
220
221
221
- using varied_type = typename lazy<selection::node>::varied;
222
+ using varied_type = typename todo<selection::applicator<selection::weight,
223
+ column::equation_t <Expr>>>::varied;
222
224
223
225
auto syst = varied_type (this ->nominal ().weight (expr));
224
226
You can’t perform that action at this time.
0 commit comments