FLASH-X
Doxygen Generated Documentation From Interface Source Code
RuntimeParameters_getPrev.F90
Go to the documentation of this file.
1!! NOTICE
2!! Copyright 2022 UChicago Argonne, LLC and contributors
3!!
4!! Licensed under the Apache License, Version 2.0 (the "License");
5!! you may not use this file except in compliance with the License.
6!!
7!! Unless required by applicable law or agreed to in writing, software
8!! distributed under the License is distributed on an "AS IS" BASIS,
9!! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10!! See the License for the specific language governing permissions and
11!! limitations under the License.
12!!
45
46subroutine RuntimeParameters_getPrevReal (name, value)
47implicit none
48 character(len=*), intent(in) :: name
49 real, intent(out) :: value
51
52subroutine RuntimeParameters_getPrevInt (name, value)
53implicit none
54 character(len=*), intent(in) :: name
55 integer, intent(out) :: value
57
58subroutine RuntimeParameters_getPrevStr (name, value)
59implicit none
60 character(len=*),intent(in) :: name
61 character(len=*),intent(out) :: value
63
64subroutine RuntimeParameters_getPrevLog (name, value)
65implicit none
66 character(len=*),intent(in) :: name
67 logical,intent(out) :: value
69
subroutine RuntimeParameters_getPrevLog(name, value)
subroutine RuntimeParameters_getPrevInt(name, value)
subroutine RuntimeParameters_getPrevStr(name, value)
subroutine RuntimeParameters_getPrevReal(name, value)