Skip to content

Commit

Permalink
fix a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBug committed Oct 17, 2022
1 parent b4a73e6 commit d69af4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/triqs/Triqs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ using BrillouinZoneMeshes

export from_triqs

import GreenFunc.MeshArray
import GreenFunc.MeshGrids
# import GreenFunc.MeshArray
# import GreenFunc.MeshGrids
# import ..BrillouinZoneMeshes

using PythonCall
Expand Down Expand Up @@ -95,7 +95,7 @@ end
Convert a Green's function object from triqs to a MeshArray.
"""
function MeshArray(objSrc::Py)
function GreenFunc.MeshArray(objSrc::Py)
# println(objSrc)
@assert _check_Gf(objSrc, pyimport("triqs.gf")) "Not a Green's function object"
innerstate = pyconvert(Tuple, objSrc.target_shape)
Expand Down

2 comments on commit d69af4d

@kunyuan
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/70372

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" d69af4dc1bbef4edcdf92fcad68ce6584ce3b801
git push origin v0.1.0

Please sign in to comment.