test_expplt Subroutine

subroutine test_expplt()

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

Arguments

None

Source Code

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