test_scale Subroutine

subroutine test_scale()

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

Arguments

None

Source Code

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