Skip to content
Snippets Groups Projects
Commit 1467fb38 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

[TDF] Remove fatal typo

parent 3b6b02a6
Branches
Tags
No related merge requests found
......@@ -164,7 +164,7 @@ int tdf001_introduction() {
// code. The name of the variables must be the name of the branches. The code
// is just in time compiled.
auto entries_sum2 = d.AddColumn("sum", "b1 + b2")
.Filter("sum > 4.2"})
.Filter("sum > 4.2")
.Count();
std::cout << *entries_sum2 << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment