Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- devel-2.0
- main
- master
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/modules/window1d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description
-----------

``window1d`` returns weights on a 1-D grid or at query coordinates read from
standard input. Query coordinates do not need to be exactly on grid points;
standard input. Query coordinates do not need to be exactly on grid points.
BLEND uses linear interpolation from neighboring grid weights.

If ``-B`` is given, window supports are read from a blendfile and ``-F`` and
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/reference/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Window Functions
================

BLEND window functions are point evaluators. A function is evaluated at the
requested grid point or interpolation neighbor; BLEND does not need to build
requested grid point or interpolation neighbor. BLEND does not need to build
an entire window array before responding to a query.

Available Names
Expand Down