|
SND@LHC Software
|
Print vertical. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | pzvert (n, x) |
| Print vertical. | |
| subroutine | pivert (n, list) |
| Vertical print of integer data. | |
| subroutine | pfvert (n, x) |
| Vertical print of floating point data. | |
| subroutine | psvert (xa, xb) |
| Print scale. | |
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.
| 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.
| 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.
| 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.