Changeset 37 for trunk/libf/dyn3dpar
- Timestamp:
- Jan 27, 2011, 4:38:38 PM (14 years ago)
- Location:
- trunk/libf/dyn3dpar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/dyn3dpar/cpdet.F
r8 r37 14 14 15 15 SUBROUTINE ini_cpdet 16 17 USE control_mod, ONLY: planet_type 16 18 IMPLICIT none 17 19 c====================================================================== 18 20 c Initialisation de nu_venus et t0_venus 19 21 c====================================================================== 20 21 ! for planet_type:22 USE control_mod23 22 24 23 ! for cpp, nu_venus and t0_venus: … … 40 39 41 40 FUNCTION cpdet(t) 42 IMPLICIT none 43 44 ! for planet_type: 45 USE control_mod 41 42 USE control_mod, ONLY: planet_type 43 IMPLICIT none 46 44 47 45 ! for cpp, nu_venus and t0_venus: … … 63 61 64 62 SUBROUTINE t2tpot(npoints, yt, yteta, ypk) 65 IMPLICIT none66 63 c====================================================================== 67 64 c Arguments: … … 73 70 c====================================================================== 74 71 75 ! for planet_type: 76 USE control_mod77 72 USE control_mod, ONLY: planet_type 73 IMPLICIT NONE 74 78 75 ! for cpp, nu_venus and t0_venus: 79 76 #include "comconst.h" … … 137 134 138 135 SUBROUTINE tpot2t(npoints,yteta, yt, ypk) 139 IMPLICIT none140 136 c====================================================================== 141 137 c Arguments: … … 147 143 c====================================================================== 148 144 149 ! for planet_type: 150 USE control_mod145 USE control_mod, ONLY: planet_type 146 IMPLICIT NONE 151 147 152 148 ! for cpp, nu_venus and t0_venus: -
trunk/libf/dyn3dpar/infotrac.F90
r8 r37 316 316 tname(new_iq)= tnom_0(iq) 317 317 IF (iadv(new_iq)==0) THEN 318 ttext(new_iq)=str1(1:l nblnk(str1))318 ttext(new_iq)=str1(1:len_trim(str1)) 319 319 ELSE 320 ttext(new_iq)=str1(1:l nblnk(str1))//descrq(iadv(new_iq))320 ttext(new_iq)=str1(1:len_trim(str1))//descrq(iadv(new_iq)) 321 321 END IF 322 322
Note: See TracChangeset
for help on using the changeset viewer.