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
7ab4ca23
Commit
7ab4ca23
authored
3 years ago
by
Manuel Dias
Browse files
Options
Downloads
Patches
Plain Diff
radial mesh dimensions now printed to atominfo.txt
parent
1e8d5d62
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/voronoi/maindriver12.f
+8
-0
8 additions, 0 deletions
source/voronoi/maindriver12.f
with
8 additions
and
0 deletions
source/voronoi/maindriver12.f
+
8
−
0
View file @
7ab4ca23
...
...
@@ -1235,6 +1235,14 @@ c unshifted in sub. readinput).
WRITE
(
69
,
FMT
=
'(2I6)'
)
&
(
SITEAT
(
IAT
),
IDSHAPE
(
SITEAT
(
IAT
)),
IAT
=
1
,
NATYP
)
! CPA, NATYP>NAEZ
ENDIF
! MdSD: some parameters for the radial mesh and related arrays
WRITE
(
69
,
*
)
WRITE
(
69
,
'("IRMD=",I8)'
)
MAXVAL
(
IRWS
(
1
:
NATYP
),
DIM
=
1
)
WRITE
(
69
,
'("IRNSD=",I8)'
)
MAXVAL
(
IRNS
(
1
:
NATYP
),
DIM
=
1
)
WRITE
(
69
,
'("IRID=",I8)'
)
MAXVAL
(
MESHN_ALL
(
1
:
NUMSHAPE
),
DIM
=
1
)
+
NRAD
WRITE
(
69
,
'("IPAND=",I8)'
)
MAXVAL
(
NPAN_ALL
(
1
:
NUMSHAPE
),
DIM
=
1
)
+1
WRITE
(
69
,
'("NFUND=",I8)'
)
MAXVAL
(
NFUN_ALL
(
1
:
NUMSHAPE
),
DIM
=
1
)
CLOSE
(
69
)
...
...
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