source:
CIVL/examples/fortran/cv2018/equivalence/resid/residual_bitand7.f@
cc8e265
| Last change on this file since cc8e265 was d5096aa, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 163 bytes | |
| Line | |
|---|---|
| 1 | SUBROUTINE RESIDUAL_8(N,IA1,IA2) |
| 2 | INTEGER N,IA1(N),IA2(N) |
| 3 | |
| 4 | Do I=1,N |
| 5 | IA2(I) = IAND(IA1(I), 7) |
| 6 | ENDDO |
| 7 | RETURN |
| 8 | END |
Note:
See TracBrowser
for help on using the repository browser.
