Changeset 22005


Ignore:
Timestamp:
08/25/17 13:35:36 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no love analysis if no fortran, like gia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/Makefile.am

    r22004 r22005  
    472472endif
    473473#}}}
    474 #Love sources  {{{
     474#Love sources  (only if have fortran){{{
    475475if LOVE
     476if FORTRAN
    476477issm_sources +=  ./cores/love_core.cpp\
    477478                                 ./analyses/LoveAnalysis.cpp\
     
    482483                                ./modules/FourierLoveCorex/lovenb_sub.f90\
    483484                                ./modules/FourierLoveCorex/love_numbers.f90
     485endif
    484486endif
    485487#}}}
Note: See TracChangeset for help on using the changeset viewer.