Skip to content

Commit 629663b

Browse files
authored
Update shapes.jl
1 parent 49836b6 commit 629663b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/shapes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A custom inclusion
3535
# Attributes
3636
* `f` : predefinded custom real space matrix
3737
"""
38-
struct Custom <: Geometry
38+
struct CustomR <: Geometry
3939
f::Array{Complex{Float64},2}
4040
end
4141
"""

0 commit comments

Comments
 (0)