diff --git a/measuremancer.nim b/measuremancer.nim index 3f875d9..499298b 100644 --- a/measuremancer.nim +++ b/measuremancer.nim @@ -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: