Skip to content

Commit

Permalink
Prefixed the names of the extension modules appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Sep 15, 2024
1 parent cf1ef87 commit 42cc113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/LinearAlgebraExt.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module LinearAlgebraExt
module CliffordNumbersLinearAlgebraExt

using CliffordNumbers
using LinearAlgebra
Expand Down
2 changes: 1 addition & 1 deletion ext/StaticArraysCoreExt.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module StaticArraysCoreExt
module CliffordNumbersStaticArraysCoreExt

using CliffordNumbers
using StaticArraysCore
Expand Down

0 comments on commit 42cc113

Please sign in to comment.