Skip to content

Commit db2ec52

Browse files
committed
README
1 parent a1a7dbc commit db2ec52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ namespace column = qty::column;
3939
namespace query = qty::query;
4040

4141
using json = qty::json;
42-
using hist_1d = qty::hist::hist<double>;
43-
using lin_ax = qty::hist::axis::linear;
42+
using h1d = qty::hist::hist<double>;
43+
using linax = qty::hist::axis::linear;
4444

4545
int main() {
4646

@@ -60,7 +60,7 @@ int main() {
6060
);
6161

6262
auto h_x0_w = df.make(
63-
query::plan<hist_1d>( lin_ax(100,0.0,1.0) )
63+
query::plan<h1d>( linax(100,0.0,1.0) )
6464
).fill(x0).book(sel).result();
6565

6666
std::ostringstream os;

0 commit comments

Comments
 (0)