test_plots Subroutine

subroutine test_plots()

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

Arguments

None

Source Code

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