Skip to content

Commit

Permalink
Reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Jun 19, 2019
1 parent 0344a08 commit 6995916
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ deps/wannier90flags\.jl
deps/qeflags\.jl

deps/abinitflags\.jl

Manifest\.toml
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Media = "e89f7d12-3494-54d1-8411-f7d8b9ae1f27"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand Down
1 change: 1 addition & 0 deletions src/DFControl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module DFControl
using Media
using Dates
using DelimitedFiles
using Reexport
import Base.Iterators.flatten

using RecipesBase
Expand Down

0 comments on commit 6995916

Please sign in to comment.