Skip to content

Commit

Permalink
also export val, uncer fields on 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jul 11, 2024
1 parent 54c0715 commit 9db5a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions measuremancer.nim
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ type
when (NimMajor, NimMinor, NimPatch) < (1, 7, 0):
type
Measurement*[T: FloatLike] = object
val: T
uncer: T
val*: T
uncer*: T
id: IdType
der: Derivatives[T] # map of the derivatives
else:
Expand Down

0 comments on commit 9db5a0a

Please sign in to comment.