finer_test_autotest.f90 Source File

FiNeR autotest.


This file depends on

sourcefile~~finer_test_autotest.f90~~EfferentGraph sourcefile~finer_test_autotest.f90 finer_test_autotest.f90 sourcefile~finer.f90 finer.f90 sourcefile~finer_test_autotest.f90->sourcefile~finer.f90 sourcefile~finer_backend.f90 finer_backend.f90 sourcefile~finer.f90->sourcefile~finer_backend.f90 sourcefile~finer_file_ini_t.f90 finer_file_ini_t.F90 sourcefile~finer.f90->sourcefile~finer_file_ini_t.f90 sourcefile~finer_file_ini_t.f90->sourcefile~finer_backend.f90 sourcefile~finer_option_t.f90 finer_option_t.F90 sourcefile~finer_file_ini_t.f90->sourcefile~finer_option_t.f90 sourcefile~finer_section_t.f90 finer_section_t.f90 sourcefile~finer_file_ini_t.f90->sourcefile~finer_section_t.f90 sourcefile~finer_option_t.f90->sourcefile~finer_backend.f90 sourcefile~finer_section_t.f90->sourcefile~finer_backend.f90 sourcefile~finer_section_t.f90->sourcefile~finer_option_t.f90

Contents


Source Code

!< FiNeR autotest.
program autotest
!< FiNeR autotest.
!<
!<### Usage
!<```bash
!< ./autotest
!<```
use finer, only :  file_ini_autotest

implicit none

print "(A)", 'FiNeR autotest'
call file_ini_autotest
endprogram autotest