Changeset 17494 for issm/trunk-jpl/m4


Ignore:
Timestamp:
03/20/14 06:31:35 (11 years ago)
Author:
Mathieu Morlighem
Message:

NEW: working on depthaveraging method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r17305 r17494  
    17111711        AC_MSG_RESULT($HAVE_DAMAGEEVOLUTION)
    17121712        dnl }}}
     1713        dnl with-DepthAverage{{{
     1714        AC_ARG_WITH([DepthAverage],
     1715                AS_HELP_STRING([--with-DepthAverage = YES], [compile with DepthAverage capabilities (default is yes)]),
     1716                [DEPTHAVERAGE=$withval],[DEPTHAVERAGE=yes])
     1717        AC_MSG_CHECKING(for DepthAverage capability compilation)
     1718
     1719        HAVE_DEPTHAVERAGE=no
     1720        if test "x$DEPTHAVERAGE" = "xyes"; then
     1721                HAVE_DEPTHAVERAGE=yes
     1722                AC_DEFINE([_HAVE_DEPTHAVERAGE_],[1],[with DepthAverage capability])
     1723        fi
     1724        AM_CONDITIONAL([DEPTHAVERAGE], [test x$HAVE_DEPTHAVERAGE = xyes])
     1725        AC_MSG_RESULT($HAVE_DEPTHAVERAGE)
     1726        dnl }}}
    17131727        dnl with-stressbalance{{{
    17141728        AC_ARG_WITH([stressbalance],
Note: See TracChangeset for help on using the changeset viewer.