test_cauran Subroutine

subroutine test_cauran()

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

Arguments

None

Source Code

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