Millepede-II  V04-00-00_preview
 All Classes Files Functions Variables Enumerator Pages
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.
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.

Detailed Description

Print vertical.

Definition in file vertpr.f90.


Function/Subroutine Documentation

subroutine pfvert ( integer, intent(in)  n,
integer, 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 200 of file vertpr.f90.

References pzvert().

Referenced by hmpdef().

subroutine pivert ( integer, intent(in)  n,
integer, 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 162 of file vertpr.f90.

References pzvert().

Referenced by hmpdef().

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

Print scale.

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

Definition at line 232 of file vertpr.f90.

Referenced by hmpdef().

subroutine pzvert ( integer, intent(in)  n,
real, 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 15 of file vertpr.f90.

Referenced by pfvert(), and pivert().