waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

basetypes.f90 (113B)


      1 module basetypes
      2   implicit none
      3 
      4   integer, parameter :: int_kind = selected_int_kind(10)
      5 
      6 end module basetypes