OpenCMISS-Iron Internal API Documentation
CONSTANTS::EndianTypes

Endian type parameters. More...

Variables

integer(intg), parameter constants::big_endian_number =1
 Big endian number type. More...
 
integer(intg), parameter constants::little_endian_number =2
 Little endian number type. More...
 

Detailed Description

Endian type parameters.

See also
CONSTANTS

Variable Documentation

integer(intg), parameter constants::big_endian_number =1

Big endian number type.

See also
CONSTANTS::EndianTypes,CONSTANTS

Definition at line 103 of file constants.f90.

integer(intg), parameter constants::little_endian_number =2

Little endian number type.

See also
CONSTANTS::EndianTypes,CONSTANTS

Definition at line 104 of file constants.f90.