Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Futility
Futility
Commits
75911d92
Commit
75911d92
authored
Mar 29, 2022
by
Collins, Benjamin
Browse files
Merge branch 'hotfix_pl_has' into 'master'
Set default value for has_paramType See merge request futility/Futility!370
parents
38d46c10
6c63f72a
Pipeline
#199039
passed with stage
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ParameterLists.f90
View file @
75911d92
...
...
@@ -3457,6 +3457,7 @@ FUNCTION has_ParamType(thisParam,name) RESULT(hasname)
TYPE(ParamType) :: listContainer
CLASS(ParamType),POINTER :: tmpParam => NULL()
hasname=.FALSE.
CALL get_hash_list(name,hashes)
IF(ANY(hashes == 0)) THEN
CALL eParams%raiseError(modName//'::'//myName//' - cannot search for a blank name!')
...
...
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