NCEPLIBS-bufr
11.5.0
|
Dynamically allocate Fortran language arrays within internal memory. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | arallocf |
For dynamic allocation builds of the library, this subroutine is called internally during the first call to subroutine openbf() from an application program, in order to dynamically allocate internal Fortran language arrays based on parameter values set during one or more previous calls to function isetprm(). More... | |
Dynamically allocate Fortran language arrays within internal memory.
Definition in file arallocf.F.
subroutine arallocf | ( | ) |
For dynamic allocation builds of the library, this subroutine is called internally during the first call to subroutine openbf() from an application program, in order to dynamically allocate internal Fortran language arrays based on parameter values set during one or more previous calls to function isetprm().
This subroutine isn't normally called directly from an application program, since it's automatically called internally during the first call to subroutine openbf() from an application program.
Program history log:
Definition at line 33 of file arallocf.F.
References bort(), and errwrt().
Referenced by openbf().