Changeset 5259 for LMDZ6/trunk/makelmdz


Ignore:
Timestamp:
Oct 22, 2024, 5:32:42 PM (2 months ago)
Author:
abarral
Message:

Wrap uses of cpp key CPP_INLANDSIS
Symlink inlandsis in iso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz

    r5253 r5259  
    482482fi
    483483
    484 if [[ "$inlandsis" == "true" ]]
    485 then
     484src_dirs="$src_dirs phy${physique}/inlandsis"
     485if [[ "$inlandsis" == "true" ]]; then
    486486   CPP_KEY="$CPP_KEY CPP_INLANDSIS"
    487    src_dirs="$src_dirs phy${physique}/inlandsis"
    488487fi
    489488
Note: See TracChangeset for help on using the changeset viewer.