source:
issm/oecreview/Archive/14312-15392/ISSM-15279-15280.diff@
15393
Last change on this file since 15393 was 15393, checked in by , 12 years ago | |
---|---|
File size: 668 bytes |
-
../trunk-jpl/m4/issm_options.m4
257 257 DAKOTA_MINOR=`echo $DAKOTA_VERSION | sed -e 's/^@<:@0-9@:>@*\.\(@<:@0-9@:>@*\).*/\1/'` 258 258 DAKOTA_BUILD=0 259 259 ;; 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 ;; 260 265 *) 261 266 AC_MSG_ERROR([Dakota version ($DAKOTA_VERSION) not supported!]); 262 267 ;;
Note:
See TracBrowser
for help on using the repository browser.