Data types


Table 8.1: SIDL to FORTRAN 77 Type Mappings
SIDL TYPE FORTRAN 77 TYPE
int INTEGER*4
long INTEGER*8
float REAL
double DOUBLE PRECISION
bool LOGICAL
char CHARACTER*1
string CHARACTER*(*)
fcomplex COMPLEX
dcomplex DOUBLE COMPLEX
enum INTEGER
opaque INTEGER*8
interface INTEGER*8
class INTEGER*8
array INTEGER*8

Basic SIDL types are mapped into FORTRAN 77 according to Table 8.1. The remainder of this subsection elaborates on mappings of strings, pointers, enumerations, and arrays.



Subsections


babel-1.4.0
users_guide Last Modified 2008-10-16

http://www.llnl.gov/CASC/components
components@llnl.gov