Skip to content

Commit

Permalink
doc #146
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 29, 2024
1 parent 4a78bad commit cbb91a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/FELQueryParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const SCHEMA_MAP = {

// Debugging tool, puts a yellow dot (small circle) where the center of each needle should be in the B-field
// visualization. If the dots are not centered on the needles, then positioning in FieldNode is incorrect.
// This applies to the Bar Magnet screen only, which is sufficient since all screens share the same FELScreenView
// base class, which instantiates FieldNode.
// This applies to the Bar Magnet screen only, which is sufficient since FieldNode is instantiated in the
// FELScreenView base class that is shared by all screens.
showFieldPositions: {
type: 'flag'
}
Expand Down

0 comments on commit cbb91a0

Please sign in to comment.