ILATRANS - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
inline integer ilatrans(char *trans)#

ILATRANS translates from a character string specifying a transposition

operation to the relevant BLAST-specified integer constant.

Purpose:

 This subroutine translates from a character string specifying a
 transposition operation to the relevant BLAST-specified integer
 constant.

 ILATRANS   returns an INTEGER.  If ILATRANS < 0, then the input is not
 a character indicating a transposition operator.  Otherwise ILATRANS
   returns the constant value corresponding to TRANS
Parameters:

trans[in]

trans is charater pointer.

= N means no transposition

= T means transposition

= C means conjugate transposition

Returns:

INTEGER Return value of the function.