NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3fi02.f File Reference

Transfers array from 16 to 64 bit words. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3fi02 (in, idest, num)
 Transfers an array of numbers from 16 bit (ibm integer*2) IBM half-words to default integers.
 

Detailed Description

Transfers array from 16 to 64 bit words.

Author
Dennis Keyser
Date
1992-06-29

Definition in file w3fi02.f.

Function/Subroutine Documentation

◆ w3fi02()

subroutine w3fi02 ( integer(2), dimension(*)  in,
integer, dimension(*)  idest,
  num 
)

Transfers an array of numbers from 16 bit (ibm integer*2) IBM half-words to default integers.

Program history log:

  • Dennis Keyser 1992-06-29
  • Stephen Gilbert 1998-11-17 Removed Cray references.
Parameters
[in]INStarting address for array of 16 bit IBM half-words.
[in]NUMNumber of numbers in 'IN' to transfer.
[out]IDESTStarting address for array of output integers.
Note
This is the inverse of library routine w3fi03.
Author
Dennis Keyser
Date
1992-06-29

Definition at line 19 of file w3fi02.f.