Choral
Data Types | Modules | Functions/Subroutines | Variables
basic_tools.F90 File Reference

Go to the source code of this file.

Data Types

interface  basic_tools::allocmem
 allocate memory for allocatable arrays More...
 
interface  basic_tools::freemem
 deallocate memory fo allocatable arrays More...
 

Modules

module  basic_tools
  BASIC TOOLS
 

Functions/Subroutines

subroutine, public basic_tools::inttostring (str, ii)
 convert an integer to a string More...
 
double precision function, public basic_tools::clock ()
  Returns the internal clock time More...
 
subroutine, public basic_tools::quit (message)
 Stop program execution, display an error messahe. More...
 
subroutine, public basic_tools::warning (message, verb)
 Warning message. More...
 
subroutine basic_tools::alloc_ia1d (p, n)
 allocate a one-dimensional integer allocatable array More...
 
subroutine basic_tools::alloc_la1d (p, n)
 allocate a one-dimensional logical allocatable array More...
 
subroutine basic_tools::alloc_ia2d (p, n1, n2)
 allocate a 2-dimensional integer allocatable array More...
 
subroutine basic_tools::free_ia1d (p)
 de-allocate a one-dimensional integer allocatable array More...
 
subroutine basic_tools::free_ia2d (p)
 de-allocate a 2-dimensional integer allocatable array More...
 
subroutine basic_tools::free_la1d (p)
 de-allocate a one-dimensional logical allocatable array More...
 

Variables

external basic_tools::clockget