Skip to content

Commit d69af4d

Browse files
committed
fix a problem
1 parent b4a73e6 commit d69af4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/triqs/Triqs.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ using BrillouinZoneMeshes
55

66
export from_triqs
77

8-
import GreenFunc.MeshArray
9-
import GreenFunc.MeshGrids
8+
# import GreenFunc.MeshArray
9+
# import GreenFunc.MeshGrids
1010
# import ..BrillouinZoneMeshes
1111

1212
using PythonCall
@@ -95,7 +95,7 @@ end
9595
9696
Convert a Green's function object from triqs to a MeshArray.
9797
"""
98-
function MeshArray(objSrc::Py)
98+
function GreenFunc.MeshArray(objSrc::Py)
9999
# println(objSrc)
100100
@assert _check_Gf(objSrc, pyimport("triqs.gf")) "Not a Green's function object"
101101
innerstate = pyconvert(Tuple, objSrc.target_shape)

0 commit comments

Comments
 (0)