NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
iokoper.f File Reference

Check whether a mnemonic is a Table C operator. More...

Go to the source code of this file.

Functions/Subroutines

INTEGER function iokoper (NEMO)
 This function determines whether a specified mnemonic is a Table C operator supported by the BUFRLIB software. More...
 

Detailed Description

Check whether a mnemonic is a Table C operator.

Definition in file iokoper.f.

Function/Subroutine Documentation

INTEGER function iokoper ( character*(*)  NEMO)

This function determines whether a specified mnemonic is a Table C operator supported by the BUFRLIB software.

Author
J. Ator
Date
2015-03-06
Parameters
[in]NEMO- character*(*): Mnemonic
Returns
iokoper - integer: Flag indicating whether NEMO is a Table C operator supported by the BUFRLIB software
  • 0 = No
  • 1 = Yes

Program history log:

  • 2015-03-06 J. Ator – Original author
  • 2016-05-04 J. Ator – Use imrkopr() and allow additional operators

Definition at line 22 of file iokoper.f.

References imrkopr().

Referenced by istdesc(), nemtab(), numtab(), and tabsub().