Changeset 379 for trunk/fsource/texturesubs
- Timestamp:
- Sep 22, 2011 10:11:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/fsource/texturesubs/plmpsi.for ¶
r305 r379 1 SUBROUTINE PLMPSI(L,M,PSI,P )1 SUBROUTINE PLMPSI(L,M,PSI,P,DPDPS) 2 2 3 3 !PURPOSE: Compute P(l,m,psi) … … 31 31 RS = S 32 32 P = P+APR*COSD(RS*PSI) 33 DPDPS = DPDPS-RS*APR*SIND(RS*PSI) 33 34 END DO 34 35 ELSE … … 37 38 RS = S 38 39 P = P+APR*SIND(RS*PSI) 40 DPDPS = DPDPS+RS*APR*COSD(RS*PSI) 39 41 END DO 40 42 END IF
Note: See TracChangeset
for help on using the changeset viewer.