jf_test_13 Program

13th unit test.


Variables

Type AttributesNameInitial
integer :: n_errors

Source Code

program jf_test_13

    !! 13th unit test.
    
    use jf_test_13_mod, only: test_13
    implicit none
    integer :: n_errors
    call test_13(n_errors)
    if ( n_errors /= 0) stop 1
    
end program jf_test_13

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