source: issm/oecreview/Archive/14312-15392/ISSM-15279-15280.diff

Last change on this file was 15393, checked in by Mathieu Morlighem, 12 years ago

NEW: adding Archive/14312-15392 for oecreview

File size: 668 bytes
  • ../trunk-jpl/m4/issm_options.m4

     
    257257                                DAKOTA_MINOR=`echo $DAKOTA_VERSION | sed -e 's/^@<:@0-9@:>@*\.\(@<:@0-9@:>@*\).*/\1/'`
    258258                                DAKOTA_BUILD=0
    259259                        ;;
     260                        @<:@1-9@:>@.@<:@0-9@:>@+)
     261                                DAKOTA_MAJOR=`echo $DAKOTA_VERSION | sed -e 's/^\(@<:@0-9@:>@*\)\..*/\1/'`
     262                                DAKOTA_MINOR=`echo $DAKOTA_VERSION | sed -e 's/^@<:@0-9@:>@*\.\(@<:@0-9@:>@*\).*/\1/'`
     263                                DAKOTA_BUILD=0
     264                        ;;
    260265                        *)
    261266                                AC_MSG_ERROR([Dakota version ($DAKOTA_VERSION) not supported!]);
    262267                   ;;
Note: See TracBrowser for help on using the repository browser.