Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SAMMY
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RNSD
SAMMY
Commits
21ede432
Commit
21ede432
authored
4 years ago
by
Wiarda, Dorothea
Browse files
Options
Downloads
Patches
Plain Diff
remove some more common blocks
parent
e4b7c686
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sammy/src/dat/mdat2.f90
+1
-1
1 addition, 1 deletion
sammy/src/dat/mdat2.f90
sammy/src/dat/mdat3.f90
+6
-2
6 additions, 2 deletions
sammy/src/dat/mdat3.f90
sammy/src/sug/msug0.f
+2
-2
2 additions, 2 deletions
sammy/src/sug/msug0.f
with
9 additions
and
5 deletions
sammy/src/dat/mdat2.f90
+
1
−
1
View file @
21ede432
...
...
@@ -24,9 +24,9 @@ module mdat2_m
use
EndfData_M
use
modf3_M
use
mdat9_m
use
mdat3_Odfspc_M
use
AllocateFunctions_m
IMPLICIT
DOUBLE PRECISION
(
a
-
h
,
o
-
z
)
COMMON
/
Odfspc
/
Nsect
,
Nch
type
(
EndfData
)::
reader
DIMENSION
Bcf
(
*
),
Cf2
(
*
),
Dopwid
(
*
),
&
Parext
(
Krext
,
Ntotc
,
*
),
Jflext
(
Krext
,
Ntotc
,
*
),
Parorr
(
*
),
&
...
...
This diff is collapsed.
Click to expand it.
sammy/src/dat/mdat3.f90
+
6
−
2
View file @
21ede432
module
mdat3_Odfspc_M
implicit
none
integer
::
Nsect
,
Nch
end
module
mdat3_Odfspc_M
module
mdat3_M
use
AllocateFunctions_m
...
...
@@ -24,6 +28,7 @@ module mdat3_M
use
samxxx_common_m
use
EndfData_common_m
use
modf3_M
use
mdat3_Odfspc_M
IMPLICIT
DOUBLE PRECISION
(
a
-
h
,
o
-
z
)
!
real
(
kind
=
8
),
allocatable
,
dimension
(:)::
Ee
(:),
Energy
(:)
...
...
@@ -34,7 +39,6 @@ module mdat3_M
! * Dummy(Ndat), DATA(Ndat), Vardat(Ndatt), Ptilde(Numdtp),
! * Gtilde(Ndat,Numdtp)
!
COMMON
/
Odfspc
/
Nsect
,
Nch
!
Isc
=
Mind
+
Ixxchn
CALL
Pltin
(
14
,
Nsect
,
1
,
Isc
,
Ndatb
,
Dummy
,
1
)
...
...
@@ -114,6 +118,7 @@ module mdat3_M
use
samxxx_common_m
use
fixedr_m
use
modf3_M
use
mdat3_Odfspc_M
IMPLICIT
DOUBLE PRECISION
(
a
-
h
,
o
-
z
)
!
real
(
kind
=
8
),
allocatable
,
dimension
(:)::
Ee
(:),
Energy
(:)
...
...
@@ -123,7 +128,6 @@ module mdat3_M
! DIMENSION Energy(Ndat), Ee(Ndatb), Data(Numcro,Ndat),
! * Vardat(Numcro,Ndat), Dummy(Ndat)
!
COMMON
/
Odfspc
/
Nsect
,
Nch
DATA
Zero
/
0.0d0
/
!
Kangmn
=
Mine
...
...
This diff is collapsed.
Click to expand it.
sammy/src/sug/msug0.f
+
2
−
2
View file @
21ede432
...
...
@@ -51,8 +51,7 @@ C -----------------------------------------------------------------------
C
use constn_common_m
IMPLICIT DOUBLE PRECISION (A-H,O-Z)
PARAMETER (Nrs = 10000)
COMMON /Data1/ Spin, Awri, Rr, Sigsq
PARAMETER (Nrs = 10000)
COMMON /Data2/ Dd(3), Stn(3), Vv(3), Pcut
COMMON /Tbl/ Aj(12), G(12), Wt(12), Wtl(3)
COMMON /Ajseed/ Seed
...
...
@@ -64,6 +63,7 @@ C
CHARACTER*24 Parin, Fout, Parout
CHARACTER*13 Assj(2)
CHARACTER*1 Flagl, Flagg, Txt(65), Txt2(15), Wave(3), Flgmle(3)
real(kind=8),save ::Spin, Awri, Rr, Sigsq
NAMELIST /Indata/ Parin, Partyp, Fout, Parout, Eini, Efin, Awri,
* Spin, Pcut, Optj, Scattr, Disp, Sigcon, Bn, Pair, Denpar, Stn,
* Dzero, Frac, Lsam, Ajsam
...
...
This diff is collapsed.
Click to expand it.
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