Skip to content

Commit 226019f

Browse files
committed
Fix lazy varied actions
1 parent 885384d commit 226019f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/queryosity/lazy_varied.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ auto queryosity::lazy<Act>::varied::filter(
200200
typename todo<selection::applicator<selection::cut,
201201
column::equation_t<Expr>>>::varied {
202202

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;
204205

205206
auto syst = varied_type(this->nominal().filter(expr));
206207

@@ -218,7 +219,8 @@ auto queryosity::lazy<Act>::varied::weight(
218219
typename todo<selection::applicator<selection::weight,
219220
column::equation_t<Expr>>>::varied {
220221

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;
222224

223225
auto syst = varied_type(this->nominal().weight(expr));
224226

0 commit comments

Comments
 (0)