Changeset 5771
- Timestamp:
- Jul 10, 2025, 5:59:00 PM (32 hours ago)
- Location:
- LMDZ6/trunk/libf/misc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/misc/readTracFiles_mod.f90
r5756 r5771 1075 1075 iqParent(iq) = strIdx(tnames, parent(iq)) 1076 1076 DO; jq = strIdx(tnames, parent(jq)); IF(jq == 0) EXIT; iGen(iq) = iGen(iq) + 1; END DO 1077 CALL addKey('iqParent', parent(iq), tr(iq)%keys)1077 CALL addKey('iqParent', iqParent(iq), tr(iq)%keys) 1078 1078 CALL addKey('iqGeneration', iGen(iq), tr(iq)%keys) 1079 tr(iq)%iqParent = iqParent(iq) 1080 tr(iq)%iGeneration = iGen(iq) 1079 1081 END DO 1080 1082 -
LMDZ6/trunk/libf/misc/strings_mod.f90
r5754 r5771 1234 1234 ncol = SIZE(c1, DIM=2) 1235 1235 IF(ncol /= SIZE(c,2)) n = tableCellsWidth(c1)+2*nm !--- UPDATE "n(:)" IF "c" HAS BEEN STACKED 1236 1237 nCmx = 481238 1236 1239 1237 !=== HIGH WIDTH TABLE: CUT IT INTO SUB-TABLES, WITH THE FIRST "nHead" COLUMNS REPEATED IN EACH OF THEM
Note: See TracChangeset
for help on using the changeset viewer.