(git:ccc2433)
splines_types.F File Reference

Go to the source code of this file.

Modules

module  splines_types
 routines for handling splines_types
 

Functions/Subroutines

subroutine, public splines_types::spline_env_release (spline_env)
 releases spline_env More...
 
subroutine, public splines_types::spline_data_release (spline_data)
 releases spline_data More...
 
subroutine, public splines_types::spline_data_p_release (spl_p)
 releases spline_data_p More...
 
subroutine, public splines_types::spline_data_retain (spline_data)
 retains spline_env More...
 
subroutine, public splines_types::spline_data_p_retain (spl_p)
 retains spline_data_p_type More...
 
subroutine, public splines_types::spline_env_create (spline_env, ntype, ntab_in)
 Data-structure that holds all needed information about a specific spline interpolation. More...
 
subroutine, public splines_types::spline_data_p_copy (spl_p_source, spl_p_dest)
 Copy Data-structure of spline_data_p_type. More...
 
subroutine, public splines_types::spline_data_create (spline_data)
 Data-structure that constains spline table. More...
 
subroutine, public splines_types::spline_factor_release (spline_factor)
 releases spline_factor More...
 
subroutine, public splines_types::spline_factor_create (spline_factor)
 releases spline_factor More...
 
subroutine, public splines_types::spline_factor_copy (spline_factor_source, spline_factor_dest)
 releases spline_factor More...