Octopus
splines_oct_m::spline_print Interface Reference

Detailed Description

Definition at line 191 of file splines.F90.

Private Member Functions

subroutine spline_print_0 (spl, iunit)
 
subroutine spline_print_1 (spl, iunit)
 Print debug information for a 1D array of splines. More...
 
subroutine spline_print_2 (spl, iunit)
 Print debug information for a 2D array of splines. More...
 

Member Function/Subroutine Documentation

◆ spline_print_0()

subroutine splines_oct_m::spline_print::spline_print_0 ( type(spline_t), intent(in)  spl,
integer, intent(in)  iunit 
)
private

Definition at line 1000 of file splines.F90.

◆ spline_print_1()

subroutine splines_oct_m::spline_print::spline_print_1 ( type(spline_t), dimension(:), intent(in)  spl,
integer, intent(in)  iunit 
)
private

Print debug information for a 1D array of splines.

Definition at line 1029 of file splines.F90.

◆ spline_print_2()

subroutine splines_oct_m::spline_print::spline_print_2 ( type(spline_t), dimension(:, :), intent(in)  spl,
integer, intent(in)  iunit 
)
private

Print debug information for a 2D array of splines.

Definition at line 1073 of file splines.F90.


The documentation for this interface was generated from the following file: