Symbol | Description | Uses |
ndiff | 6 |
File | Line number | Procedure | Code |
./pkg/compon_communic/couprecv_i4vec.F | 25 | COUPRECV_I4VEC |
integer i, j, n, ndiff |
./pkg/compon_communic/couprecv_i4vec.F | 88 | COUPRECV_I4VEC |
ndiff = 0 |
./pkg/compon_communic/couprecv_i4vec.F | 90 | COUPRECV_I4VEC |
if ( vecFld(i) .ne. ibuf(i+1) ) ndiff = ndiff + 1 |
./pkg/compon_communic/couprecv_i4vec.F | 92 | COUPRECV_I4VEC |
if ( ndiff.gt.0 ) then |
./pkg/compon_communic/couprecv_i4vec.F | 96 | COUPRECV_I4VEC |
& ' from proc=', n ,' : found', ndiff, ' differences (vs 1)' |