Millepede-II V04-16-02
Functions/Subroutines
vertpr.f90 File Reference

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...
 

Detailed Description

Print vertical.

Author
Volker Blobel, University Hamburg, 2005-2009 (initial Fortran77 version)
Claus Kleinwort, DESY (maintenance and developement)

Definition in file vertpr.f90.

Function/Subroutine Documentation

◆ pfvert()

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.

Parameters
[in]nnumber of floats
[in]xarray of floats

Definition at line 224 of file vertpr.f90.

References pzvert().

Referenced by hmprnt().

◆ pivert()

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.

Parameters
[in]nnumber of integers
[in]listarray of integers

Definition at line 184 of file vertpr.f90.

References pzvert().

Referenced by hmprnt().

◆ psvert()

subroutine psvert ( real(mps), intent(in)  xa,
real(mps), intent(in)  xb 
)

Print scale.

Parameters
[in]xalower bound of range
[in]xbupper bound of range

Definition at line 258 of file vertpr.f90.

Referenced by hmprnt().

◆ pzvert()

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.

Parameters
[in]nnumber of numbers
[in]xarray of numbers

Definition at line 35 of file vertpr.f90.

References mpdef::mpi.

Referenced by pfvert(), and pivert().