Skip to content
  • Andreas Marek's avatar
    Updated all variable types · 62a29931
    Andreas Marek authored
    All variables (real, integer, complex) are now declecared with the
    appropiate kind statement. The definition of the kind types is done
    in src/mod_precision.f90
    
    To ensure interoperability with C, the kind types are decleared via
    iso_c_binding to C variables
    62a29931