Globals Library 1.0
Loading...
Searching...
No Matches
03modScratch.f90 File Reference

Data Types

type  scratch::scrt
 

Modules

module  scratch
 Auxiliary module to store an integer and real array used (typically as optional argument) as scratch in different code.
 

Functions/Subroutines

subroutine scratch::range (size, ibegin, iend)
 Procedure to define portion of member scrt::iaux or scrt::raux
 
subroutine scratch::init_scrt (this, lun_err, niaux, nraux)
 Static constructor for scratch::scrt
 
subroutine scratch::kill_scrt (this, lun)
 Destructor for scratch::scrt.
 
subroutine scratch::info_scrt (this, lun)
 Info procedure for scratch::scrt
 
logical function scratch::check_scrt (this, niaux, nraux)
 Check is scratch arrays are big enoguh.