test_norsf Subroutine

subroutine test_norsf()

call unit_check(‘norsf’, 0.eq.0, ‘checking’,100)

Arguments

None

Source Code

subroutine test_norsf()
   call unit_check_start('norsf',msg='')
   !!call unit_check('norsf', 0.eq.0, 'checking',100)
   call unit_check_done('norsf',msg='')
end subroutine test_norsf