Skip to content

Commit

Permalink
Change src/numbers.jl to src/cliffordnumber.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Feb 19, 2024
1 parent aec3d8d commit 528a09c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CliffordNumbers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export grade, grade_involution, dual, undual
include("bitindices.jl")
export AbstractBitIndices, BitIndices, TransformedBitIndices
# Dense representation of a Clifford number
include("numbers.jl")
include("cliffordnumber.jl")
export CliffordNumber
export pseudoscalar, isscalar, ispseudoscalar
include("promote.jl")
Expand Down
File renamed without changes.

0 comments on commit 528a09c

Please sign in to comment.