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
d88bb324
Commit
d88bb324
authored
2 years ago
by
Brown
Committed by
Jesse Brown
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
improve api name for par updating
parent
5dd2f473
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sammy/src/sam/SammyApi.h
+1
-1
1 addition, 1 deletion
sammy/src/sam/SammyApi.h
sammy/src/sam/sammy_api_m.f90
+3
-6
3 additions, 6 deletions
sammy/src/sam/sammy_api_m.f90
with
4 additions
and
7 deletions
sammy/src/sam/SammyApi.h
+
1
−
1
View file @
d88bb324
...
...
@@ -13,7 +13,7 @@ void sammy_init_api(char * filename, int * sizeData);
void
sammy_get_theory
(
int
*
iter
);
void
sammy_
advance_theory
();
void
sammy_
update_pars
();
void
sammy_run
();
...
...
This diff is collapsed.
Click to expand it.
sammy/src/sam/sammy_api_m.f90
+
3
−
6
View file @
d88bb324
...
...
@@ -28,7 +28,7 @@ module sammy_api_m
use
EndfData_common_m
,
only
:
covData
,
expData
implicit
none
public
sammy_init
,
sammy_run
,
sammy_finish
,
sammy_get_theory
,
sammy_
advance_theory
public
sammy_init
,
sammy_run
,
sammy_finish
,
sammy_get_theory
,
sammy_
update_pars
integer
::
K_Stop
CHARACTER
(
len
=
6
)::
Where_To_Next
...
...
@@ -195,16 +195,13 @@ contains
end
if
end
subroutine
subroutine
sammy_
advance_theory
()
BIND
(
C
,
name
=
"sammy_
advance_theory
"
)
subroutine
sammy_
update_pars
()
BIND
(
C
,
name
=
"sammy_
update_pars
"
)
logical
::
moreData
,
moreIter
if
(
Where_To_Next
.eq.
'samthe'
)
return
Where_To_Next
=
'samfin'
! call sammy_do_segments('samthe')
moreData
=
.false.
moreIter
=
.false.
call
Samfin_0
(
moreData
,
moreIter
)
! convert RR parameters
end
subroutine
sammy_
advance_theory
end
subroutine
sammy_
update_pars
subroutine
sammy_do_segments
(
endSeg
)
character
(
len
=*
)::
endSeg
...
...
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