test_spcorr Subroutine

subroutine test_spcorr()

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

Arguments

None

Source Code

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