Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jukkr
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kkr
jukkr
Commits
5497b873
Commit
5497b873
authored
3 years ago
by
Eduardo Mendive Tapia
Browse files
Options
Downloads
Patches
Plain Diff
Fix: move the bfield part inside the ila-loop
parent
36d48e37
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/KKRnano/source/ProcessKKRresults_mod.F90
+4
-4
4 additions, 4 deletions
source/KKRnano/source/ProcessKKRresults_mod.F90
with
4 additions
and
4 deletions
source/KKRnano/source/ProcessKKRresults_mod.F90
+
4
−
4
View file @
5497b873
...
...
@@ -1172,11 +1172,11 @@ module ProcessKKRresults_mod
calc
%
noco_data
%
moment_z
(
atom_id
)
irec
=
irec
+
1
endif
if
(
params
%
noncobfield
)
then
write
(
unit
=
r1fu
,
rec
=
irec
)
calc
%
bfields
(
ila
)
%
bfield_constr
irec
=
irec
+
1
end
if
end
do
if
(
params
%
noncobfield
)
then
write
(
unit
=
r1fu
,
rec
=
irec
)
calc
%
bfields
(
ila
)
%
bfield_constr
irec
=
irec
+
1
end
if
close
(
r1fu
)
...
...
This diff is collapsed.
Click to expand it.
Philipp Rüssmann
@ruess
mentioned in commit
cbb5645d
·
2 years ago
mentioned in commit
cbb5645d
mentioned in commit cbb5645d48afdad6e29c449ffb1dc770c3ecb55f
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment