Skip to content

Commit

Permalink
Merge pull request #65 from MineralsCloud:getpseudodir
Browse files Browse the repository at this point in the history
Add interface functions `getpotentials` & `getpseudodir`
  • Loading branch information
singularitti authored Jan 15, 2022
2 parents f250114 + 5bb3a5b commit eb84fd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Inputs.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Inputs

export groupname, writetxt, asstring
export groupname, writetxt, asstring, getpseudodir, getpotentials

"""
Input
Expand Down Expand Up @@ -77,4 +77,8 @@ include("format.jl")

abstract type Setter end

function getpseudodir end

function getpotentials end

end

0 comments on commit eb84fd3

Please sign in to comment.