Skip to content

Commit efad631

Browse files
committed
updates
1 parent 55c52b7 commit efad631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "DFControl"
22
uuid = "1e31e15d-4957-550d-a244-318eced754ae"
33
authors = ["Louis Ponet <[email protected]>"]
44
repo = "https://github.com/louisponet/DFControl.jl.git"
5-
version = "0.5.22"
5+
version = "0.5.23"
66

77
[deps]
88
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"

src/Structures/atom.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
DFT+U parameters for a given [`Atom`](@ref).
1010
"""
11-
@with_kw mutable struct DFTU
11+
Base.@kwdef mutable struct DFTU
1212
l::Int = -1
1313
U::Float64 = 0.0
1414
J0::Float64 = 0.0

0 commit comments

Comments
 (0)