This is the fortran 32 bit version of sbyte().
More...
Go to the source code of this file.
|
subroutine | sbyte (iout, in, iskip, nbyte) |
|
This is the fortran 32 bit version of sbyte().
- Author
- Robert Gammill
- Date
- 1972-07
Definition in file sbyte.f.
◆ sbyte()
subroutine sbyte |
( |
integer, dimension(*) |
iout, |
|
|
integer |
in, |
|
|
|
iskip, |
|
|
|
nbyte |
|
) |
| |
- Parameters
-
[out] | IOUT | |
[in] | IN | Unpacked array input |
[in] | ISKIP | Initial number of bits to skip |
[in] | NBYTE | Number of bits to pack |
- Author
- Robert Gammill
- Date
- 1972-07
Definition at line 11 of file sbyte.f.