test_norplt Subroutine

subroutine test_norplt()

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

Arguments

None

Source Code

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