Skip to content

Commit 0b46545

Browse files
committed
LrmScale: make anchors public
1 parent c5c5e5d commit 0b46545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lrm_scale.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ impl LrmScaleMeasure {
180180
pub struct LrmScale {
181181
/// Unique identifier
182182
pub id: String,
183-
anchors: Vec<Anchor>,
183+
/// The anchors are reference points on the scale from which relative distances are used
184+
pub anchors: Vec<Anchor>,
184185
}
185186

186187
impl LrmScale {

0 commit comments

Comments
 (0)