NCEPLIBS-bufr  12.0.1
mvb.f File Reference

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

Detailed Description

Copy a specified number of bytes from one packed binary array to another.

Author
Woollen
Date
1994-01-06

Definition in file mvb.f.

Function/Subroutine Documentation

◆ mvb()

subroutine mvb ( dimension(*)  IB1,
  NB1,
dimension(*)  IB2,
  NB2,
  NBM 
)

This subroutine copies a specified number of bytes from one packed binary array to another.

Parameters
[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.
Author
Woollen
Date
1994-01-06

Definition at line 17 of file mvb.f.

References pkb(), and upb().

Referenced by atrcpt(), cnved4(), cpyupd(), msgupd(), stndrd(), x48(), and x84().