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
52
Issues
52
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
2b430c98
Commit
2b430c98
authored
Jun 29, 2016
by
Uliana Alekseeva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Output format changed.
parent
706c24b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
cdn_mt/cdnmt.f90
cdn_mt/cdnmt.f90
+1
-1
init/inped.F90
init/inped.F90
+1
-1
init/strgn_dim.F
init/strgn_dim.F
+3
-3
No files found.
cdn_mt/cdnmt.f90
View file @
2b430c98
...
...
@@ -147,7 +147,7 @@ CONTAINS
chmom
(
itype
,
ispin
)
=
qmtt
WRITE
(
6
,
FMT
=
8100
)
itype
,
(
qmtl
(
l
),
l
=
0
,
3
),
qmtt
WRITE
(
16
,
FMT
=
8100
)
itype
,
(
qmtl
(
l
),
l
=
0
,
3
),
qmtt
8100
FORMAT
(
' -->'
,
i
2
,
2x
,
4f9.5
,
2x
,
f9.5
)
8100
FORMAT
(
' -->'
,
i
3
,
2x
,
4f9.5
,
2x
,
f9.5
)
attributes
=
''
WRITE
(
attributes
(
1
),
'(i0)'
)
itype
...
...
init/inped.F90
View file @
2b430c98
...
...
@@ -401,7 +401,7 @@
!---> evaluate cartesian coordinates of positions
WRITE
(
6
,
FMT
=
8190
)
atoms
%
ntype
,
atoms
%
nat
8190
FORMAT
(
/
,
/
,
' number of atom types='
,
i3
,
/
,
&
&
' total number of atoms='
,
i
2
,
/
,
/
,
t3
,
'no.'
,
t10
,
'type'
,
&
&
' total number of atoms='
,
i
4
,
/
,
/
,
t3
,
'no.'
,
t10
,
'type'
,
&
&
t21
,
'int.-coord.'
,
t49
,
'cart.coord.'
,
t76
,
'rmt'
,
t84
,
&
&
'jri'
,
t92
,
'dx'
,
t98
,
'lmax'
,
/
)
na
=
0
...
...
init/strgn_dim.F
View file @
2b430c98
...
...
@@ -164,7 +164,7 @@ c-odim modifications due to one-dimensionality, YM
c
+
odim
c
listing
WRITE
(
6
,
8000
)
gmax
,
n3d
,
n2d
,
k1d
,
k2d
,
k3d
8000
FORMAT
(
' gmax='
,
f10.6/
' n3d= '
,
i
5
/
' n2d= '
,
i5/
' k1d= '
,
8000
FORMAT
(
' gmax='
,
f10.6/
' n3d= '
,
i
10
/
' n2d= '
,
i5/
' k1d= '
,
+
i5/
' k2d= '
,
i5/
' k3d= '
,
i5/
)
DEALLOCATE
(
kv2
)
...
...
@@ -274,8 +274,8 @@ c
c
c
listing
WRITE
(
6
,
8000
)
gmax
,
n3d
,
n2d
,
k1d
,
k2d
,
k3d
8000
FORMAT
(
' gmax='
,
f10.6/
' n3d= '
,
i
5/
' n2d= '
,
i5
/
' k1d= '
,
+
i
5/
' k2d= '
,
i5/
' k3d= '
,
i5
/
)
8000
FORMAT
(
' gmax='
,
f10.6/
' n3d= '
,
i
7/
' n2d= '
,
i7
/
' k1d= '
,
+
i
7/
' k2d= '
,
i7/
' k3d= '
,
i7
/
)
DEALLOCATE
(
kv3
,
ig
)
END
SUBROUTINE
strgn2_dim
...
...
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