source:
trunk/LMDZ.MARS/libf/dyn3d/multscal.F
@
798
| Last change on this file since 798 was 38, checked in by , 15 years ago | |
|---|---|
| File size: 188 bytes | |
| Line | |
|---|---|
| 1 | SUBROUTINE multscal(n,x,lambda,y) |
| 2 | IMPLICIT NONE |
| 3 | INTEGER i,n |
| 4 | REAL lambda,x(n),y(n) |
| 5 | DO 10 i=1,n |
| 6 | y(i)=x(i)*lambda |
| 7 | 10 CONTINUE |
| 8 | RETURN |
| 9 | END |
Note: See TracBrowser
for help on using the repository browser.
