Work on multi-mesh method, fixed some bugs and added support for 4th order basis functions in 3d.
... | ... | @@ -30,10 +30,10 @@ |
# the same distribution terms that you use for the rest of that program. | ||
# A sed program that does not truncate output. | ||
SED="/usr/bin/sed" | ||
SED="/bin/sed" | ||
# Sed that helps us avoid accidentally triggering echo(1) options like -n. | ||
Xsed="/usr/bin/sed -e 1s/^X//" | ||
Xsed="/bin/sed -e 1s/^X//" | ||
# The HP-UX ksh and POSIX shell print the target directory to stdout | ||
# if CDPATH is set. | ||
... | ... | @@ -44,7 +44,7 @@ available_tags=" CXX F77" |
# ### BEGIN LIBTOOL CONFIG | ||
# Libtool was configured on host p2d084: | ||
# Libtool was configured on host NWRW15: | ||
# Shell to use when invoking shell scripts. | ||
SHELL="/bin/sh" | ||
... | ... | @@ -66,12 +66,12 @@ fast_install=yes |
# The host system. | ||
host_alias= | ||
host=x86_64-unknown-linux-gnu | ||
host=i686-pc-linux-gnu | ||
host_os=linux-gnu | ||
< |