Module scid.core.fortran

Stuff that is useful when porting FORTRAN code to D.

Functions

NameDescription
dimension(ptr, len) Wrap a one- or two-dimensional array around the given pointer. Meant as a substitute for FORTRAN's dimension statement.
toInt(u) Convert an unsigned integer to a signed 32-bit integer.

Structs

NameDescription
FortranArray A simple, lightweight, one-dimensional base-1 array.
FortranArray2D A simple, lightweight, two-dimensional base-1 array.