Skip to content
Open
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
12 changes: 6 additions & 6 deletions source/element-kinds.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,18 +386,18 @@ Element parameter groups associated with this element kind are:
- [**TrackingP**](#s:tracking.params): Tracking parameters.

%---------------------------------------------------------------------------------------------------
(s:nullele)=
## NullEle Element
(s:placeholder)=
## Placeholder Element

Placeholder element used for bookkeeping when constructing the expanded lattice.
This element is empty, zero length and does nothing.
This element has zero length and does nothing.
This element can be used as a [`base_item`](#s:placement) element for [superpositions](#s:superposition).
Additionally, this element can be used, for example, to denote an invalid element in the internal
structures defined by a program.

`NullEle` elements present in a lattice file will, as a part of lattice expansion, be removed.
That is, `NullEle` elements will never be present in the final expanded lattice and
tracking through a `NullEle` will never be needed.
`Placeholder` elements present in a lattice file will, as a part of lattice expansion, be removed.
That is, `Placeholder` elements will never be present in the final expanded lattice and
tracking through a `Placeholder` will never be needed.

This element does not have any associated parameter groups.

Expand Down