Skip to content

Commit b19a035

Browse files
committed
upgraded to Similitude v0.2.7
1 parent 9d0d9ea commit b19a035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MeasureSystems"
22
uuid = "ea45d09e-59d0-491b-a101-09823c6a9fd4"
33
authors = ["Michael Reed"]
4-
version = "0.1.8"
4+
version = "0.1.9"
55

66
[deps]
77
Similitude = "d70e672a-ff44-4dfc-8031-4cc812d84922"

src/MeasureSystems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ end
7878
function showgroup(io::IO,x::Group{:Measures,T,S,N} where S,u=basistext(x),c='𝟙') where {T,N}
7979
#back = T<:AbstractFloat && x.v[N]<0
8080
#!back && printexpo(io, 10, x.v[N])
81-
FieldAlgebra.printdims(io,x,u)
81+
FieldAlgebra.printdims(io,x.v,u)
8282
iz = iszero(FieldAlgebra.norm(x.v))
8383
xc = coef(x)
8484
iz && (isone(xc)||abs(measure(xc))<1) && print(io, c)

0 commit comments

Comments
 (0)