test_corr Subroutine

subroutine test_corr()

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

Arguments

None

Source Code

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