NCEPLIBS-g2  3.4.5
realloc.f File Reference

This module contains routines to reorganize the data in memory. More...

Go to the source code of this file.

Data Types

interface  re_alloc::realloc
 

Modules

module  re_alloc
 This module contains three subroutines to reorganize the integer, real and character data in memory into one dimensional array and back to memory.
 

Functions/Subroutines

subroutine re_alloc::realloc_c1 (c, n, m, istat)
 This subroutine reorganize character type data in memory into one one dimensional array. More...
 
subroutine re_alloc::realloc_i (c, n, m, istat)
 This subroutine reorganize integer type data in memory into one one dimensional array. More...
 
subroutine re_alloc::realloc_r (c, n, m, istat)
 This subroutine reorganize real type data in memory into one one dimensional array. More...
 

Detailed Description

This module contains routines to reorganize the data in memory.

Author
Stephen Gilbert
Date
2000-10-01

Definition in file realloc.f.