Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
57
Issues
57
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
0ac7bd0c
Commit
0ac7bd0c
authored
Nov 08, 2017
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove double allocation of some t_potden type arrays in optional/plotdop.f90
parent
c10ab08b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
optional/plotdop.f90
optional/plotdop.f90
+0
-3
No files found.
optional/plotdop.f90
View file @
0ac7bd0c
...
...
@@ -135,9 +135,6 @@ SUBROUTINE plotdop(oneD,dimension,stars,vacuum,sphhar,atoms,&
! Read in charge/potential
DO
i
=
1
,
numInFiles
CALL
den
(
i
)
%
init
(
stars
,
atoms
,
sphhar
,
vacuum
,
noco
,
oneD
,
DIMENSION
%
jspd
,
.FALSE.
,
POTDEN_TYPE_DEN
)
ALLOCATE
(
den
(
i
)
%
cdom
(
1
),
den
(
i
)
%
cdomvz
(
1
,
1
),
den
(
i
)
%
cdomvxy
(
1
,
1
,
1
))
ALLOCATE
(
den
(
i
)
%
mmpMat
(
-
lmaxU_const
:
lmaxU_const
,
-
lmaxU_const
:
lmaxU_const
,
MAX
(
1
,
atoms
%
n_u
),
input
%
jspins
))
den
(
i
)
%
mmpMat
=
CMPLX
(
0.0
,
0.0
)
IF
(
TRIM
(
ADJUSTL
(
cdnFilenames
(
i
)))
.EQ.
'cdn1'
)
THEN
CALL
readDensity
(
stars
,
vacuum
,
atoms
,
cell
,
sphhar
,
input
,
sym
,
oneD
,
CDN_ARCHIVE_TYPE_CDN1_const
,&
CDN_INPUT_DEN_const
,
0
,
fermiEnergyTemp
,
l_qfix
,
den
(
i
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment