jf_test_12 Program

12th unit test.


Variables

Type AttributesNameInitial
integer :: n_errors

Source Code

program jf_test_12

    !! 12th unit test.
    
    use jf_test_12_mod, only: test_12
    implicit none
    integer :: n_errors
    n_errors = 0
    call test_12(n_errors)
    if ( n_errors /= 0) stop 1
    
end program jf_test_12

© 2015 JSON-Fortran was written by Jacob Williams.
Documentation generated by FORD.