Skip to content

Commit

Permalink
Fix typo (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasm91 authored and anstaf committed May 25, 2019
1 parent 00ba53c commit 603b5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_src/manuals/user_manual/stencil_composition.hrst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Examples:
axis_t my_axis(5, 10); // iteration space spans 5 + 10 levels

using first_interval = axis_t::get_interval<0>; // interval [0, 4]
using second_interval = axis_t::get_interval1>; // [5, 14]
using second_interval = axis_t::get_interval<1>; // [5, 14]
using full_interval = my_axis_t::full_interval; // [0, 14]

using first_level_only_interval = full_interval::first_level; // [0]
Expand Down

0 comments on commit 603b5d3

Please sign in to comment.