Changeset 5771


Ignore:
Timestamp:
Jul 10, 2025, 5:59:00 PM (32 hours ago)
Author:
dcugnet
Message:
  • fix: implicit iqParent was badly defined and explicit iqParent was not defined
  • removs nCmx=48 (added to test a routine but left by mistake in the code)
Location:
LMDZ6/trunk/libf/misc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/misc/readTracFiles_mod.f90

    r5756 r5771  
    10751075    iqParent(iq) = strIdx(tnames, parent(iq))
    10761076    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)
    10781078    CALL addKey('iqGeneration', iGen(iq), tr(iq)%keys)
     1079    tr(iq)%iqParent = iqParent(iq)
     1080    tr(iq)%iGeneration =  iGen(iq)
    10791081  END DO
    10801082
  • LMDZ6/trunk/libf/misc/strings_mod.f90

    r5754 r5771  
    12341234  ncol = SIZE(c1, DIM=2)
    12351235  IF(ncol /= SIZE(c,2)) n = tableCellsWidth(c1)+2*nm                 !--- UPDATE "n(:)" IF "c" HAS BEEN STACKED
    1236 
    1237   nCmx = 48
    12381236
    12391237  !=== 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.