NCEPLIBS-bufr
12.0.0
|
Copy a specified number of bytes from one packed binary array to another. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | mvb (IB1, NB1, IB2, NB2, NBM) |
This subroutine copies a specified number of bytes from one packed binary array to another. More... | |
Copy a specified number of bytes from one packed binary array to another.
Definition in file mvb.f.
subroutine mvb | ( | dimension(*) | IB1, |
NB1, | |||
dimension(*) | IB2, | ||
NB2, | |||
NBM | |||
) |
This subroutine copies a specified number of bytes from one packed binary array to another.
[in] | IB1 | - integer: packed input binary array. |
[in] | NB1 | - integer: pointer to first byte in IB1 to copy from. |
[out] | IB2 | - integer: packed output binary array. |
[in] | NB2 | - integer: pointer to first byte in IB2 to copy to. |
[in] | NBM | - integer: number of bytes to copy. |
Definition at line 17 of file mvb.f.
Referenced by atrcpt(), cnved4(), cpyupd(), msgupd(), stndrd(), x48(), and x84().