Millepede-II V04-17-03
|
Print vertical. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pzvert (n, x) |
Print vertical. More... | |
subroutine | pivert (n, list) |
Vertical print of integer data. More... | |
subroutine | pfvert (n, x) |
Vertical print of floating point data. More... | |
subroutine | psvert (xa, xb) |
Print scale. More... | |
Print vertical.
Definition in file vertpr.f90.
subroutine pfvert | ( | integer(mpi), intent(in) | n, |
integer(mpi), dimension(n), intent(in) | x | ||
) |
Vertical print of floating point data.
Print in up to 60 columns. Optionally average data.
[in] | n | number of floats |
[in] | x | array of floats |
Definition at line 224 of file vertpr.f90.
References pzvert().
Referenced by hmprnt().
subroutine pivert | ( | integer(mpi), intent(in) | n, |
integer(mpi), dimension(n), intent(in) | list | ||
) |
Vertical print of integer data.
Print in up to 60 columns. Optionally average data.
[in] | n | number of integers |
[in] | list | array of integers |
Definition at line 184 of file vertpr.f90.
References pzvert().
Referenced by hmprnt().
subroutine psvert | ( | real(mps), intent(in) | xa, |
real(mps), intent(in) | xb | ||
) |
Print scale.
[in] | xa | lower bound of range |
[in] | xb | upper bound of range |
Definition at line 258 of file vertpr.f90.
Referenced by hmprnt().
subroutine pzvert | ( | integer(mpi), intent(in) | n, |
real(mps), dimension(n), intent(in) | x | ||
) |
Print vertical.
Print the array X of dimension N (MAX 120) in 6 lines.
[in] | n | number of numbers |
[in] | x | array of numbers |
Definition at line 35 of file vertpr.f90.
References mpdef::mpi.