Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
55
Issues
55
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
174bc761
Commit
174bc761
authored
Aug 09, 2018
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Second bugfix for
#172
parent
507ce9a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
vgen/pw_tofrom_grid.F90
vgen/pw_tofrom_grid.F90
+6
-2
No files found.
vgen/pw_tofrom_grid.F90
View file @
174bc761
...
...
@@ -107,8 +107,12 @@ CONTAINS
IF
(
PRESENT
(
rho
))
ALLOCATE
(
rho
(
0
:
ifftd
-1
,
jspins
))
ENDIF
IF
(
l_noco
)
THEN
ALLOCATE
(
mx
(
0
:
ifftxc3
-1
),
my
(
0
:
ifftxc3
-1
),
magmom
(
0
:
ifftxc3
-1
))
IF
(
xcpot
%
is_gga
())
ALLOCATE
(
dmagmom
(
0
:
ifftxc3
-1
,
3
),
ddmagmom
(
0
:
ifftxc3
-1
,
3
,
3
)
)
IF
(
xcpot
%
is_gga
())
THEN
ALLOCATE
(
mx
(
0
:
ifftxc3
-1
),
my
(
0
:
ifftxc3
-1
),
magmom
(
0
:
ifftxc3
-1
))
ALLOCATE
(
dmagmom
(
0
:
ifftxc3
-1
,
3
),
ddmagmom
(
0
:
ifftxc3
-1
,
3
,
3
)
)
ELSE
ALLOCATE
(
mx
(
0
:
ifftd
-1
),
my
(
0
:
ifftd
-1
),
magmom
(
0
:
ifftd
-1
))
ENDIF
END
IF
IF
(
PRESENT
(
rho
))
THEN
!Put den_pw on grid and store into rho(:,1:2)
...
...
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