Go to the source code of this file.
|
subroutine | clip (F, XMIN, CLPMIN, XMAX, CLPMAX, NPOIN) |
|
◆ clip()
subroutine clip |
( |
type(bief_obj), intent(inout) |
F, |
|
|
double precision, intent(in) |
XMIN, |
|
|
logical, intent(in) |
CLPMIN, |
|
|
double precision, intent(in) |
XMAX, |
|
|
logical, intent(in) |
CLPMAX, |
|
|
integer, intent(in) |
NPOIN |
|
) |
| |
- Parameters
-
[in,out] | f | [in] CLPMAX Logical, if yes, clipping of maximum value |
[in] | CLPMIN | Logical, if yes, clipping of minimum value |
[in,out] | F | Attay of values to be checked |
[in] | NPOIN | Number of points in the domain |
[in] | XMAX | Maximum threshold value |
[in] | XMIN | Minimum threshold value |
Definition at line 7 of file clip.f.