test_plott Subroutine

subroutine test_plott()

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

Arguments

None

Source Code

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