tem_compileconf_module.f90 Source File

TreElm module for holding compile time configurations. ************! WARNING: Do NOT change this file, as it will be overwritten during compilation. **************!



Contents


Source Code

!> TreElm module for holding compile time configurations.
!*****************************************************************************!
! WARNING: Do NOT change this file, as it will be overwritten during
!          compilation.
!*****************************************************************************!

module tem_compileconf_module
  implicit none

  integer, parameter :: vlen = 256
end module tem_compileconf_module