Skip to content

Commit

Permalink
LrmScale: make anchors public
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristramg committed Apr 3, 2024
1 parent c5c5e5d commit 0b46545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lrm_scale.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ impl LrmScaleMeasure {
pub struct LrmScale {
/// Unique identifier
pub id: String,
anchors: Vec<Anchor>,
/// The anchors are reference points on the scale from which relative distances are used
pub anchors: Vec<Anchor>,
}

impl LrmScale {
Expand Down

0 comments on commit 0b46545

Please sign in to comment.