Ignore:
Timestamp:
09/10/14 12:40:38 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added Sea ice model (not working yet) into ISSM

File:
1 edited

Legend:

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

    r18370 r18492  
    108108                                        ./classes/Materials/Matice.h\
    109109                                        ./classes/Materials/Matice.cpp\
     110                                        ./classes/Materials/Matseaice.h\
     111                                        ./classes/Materials/Matseaice.cpp\
    110112                                        ./classes/Materials/Matpar.h\
    111113                                        ./classes/Materials/Matpar.cpp\
     
    649651issm_sources += ./analyses/DepthAverageAnalysis.cpp
    650652endif
     653if SEAICE
     654issm_sources += ./cores/seaice_core.cpp
     655issm_sources += ./analyses/SeaiceAnalysis.cpp
     656endif
    651657if THERMAL
    652658issm_sources += ./analyses/ThermalAnalysis.cpp
Note: See TracChangeset for help on using the changeset viewer.