Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHS
MPR
Commits
ef19190a
Commit
ef19190a
authored
Jun 09, 2021
by
Robert Schweppe
Browse files
- added the pure keyword to the transfer function alias
- removed the allocatable keyword from actual transfer functions
parent
39b434fe
Pipeline
#28200
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src_python/pre_proc/update_tfs_in_fortran_source.py
View file @
ef19190a
...
...
@@ -551,7 +551,7 @@ class TFSource(SourceCode):
' {}'
.
format
(
tf
.
math_string
),
' '
,
' real(dp), dimension(size(x(1)%data_p, kind=ix)) :: func_result'
,
' real(dp), dimension(), intent(in) :: param'
,
' real(dp), dimension(
:
), intent(in) :: param'
,
' type(InputFieldContainer), dimension(:), intent(in) :: x'
,
' pure function {}(x, param) result(func_result)'
.
format
(
tf
.
index_name
),
' ! ----------------------------------------------------------------------------------------'
,
...
...
Write
Preview
Supports
Markdown
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