Skip to content
Snippets Groups Projects
Commit a968c15d authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Preparations for vector valued basis functions.
parent 4c56a713
No related branches found
No related tags found
No related merge requests found
...@@ -66,18 +66,18 @@ else ...@@ -66,18 +66,18 @@ else
fi], fi],
[BITS=$(( ${ac_cv_sizeof_long} * 8 ))]) [BITS=$(( ${ac_cv_sizeof_long} * 8 ))])
dnl AC_CONFIG_COMMANDS([dof_stride_free_bit.h], AC_CONFIG_COMMANDS([dof_stride_free_bit.h],
dnl [: ${TMPDIR=/tmp} [: ${TMPDIR=/tmp}
dnl TARGET_NEW=${TMPDIR}/dof_stride_free_bit.h TARGET_NEW=${TMPDIR}/dof_stride_free_bit.h
dnl TARGET=alberta/src/Common/dof_stride_free_bit.h TARGET=alberta/src/Common/dof_stride_free_bit.h
dnl ${SHELL} ${srcdir}/mkdoffreemasks.sh ${BITS} ${BITS} > ${TARGET_NEW} ${SHELL} ${srcdir}/mkdoffreemasks.sh ${BITS} ${BITS} > ${TARGET_NEW}
dnl if test -f ${TARGET} && cmp ${TARGET} ${TARGET_NEW} > /dev/null 2>&1 ; then if test -f ${TARGET} && cmp ${TARGET} ${TARGET_NEW} > /dev/null 2>&1 ; then
dnl AC_MSG_NOTICE([${TARGET} is unchanged]) AC_MSG_NOTICE([${TARGET} is unchanged])
dnl else else
dnl AC_MSG_NOTICE([Creating ${TARGET}]) AC_MSG_NOTICE([Creating ${TARGET}])
dnl mv -f ${TARGET_NEW} ${TARGET} mv -f ${TARGET_NEW} ${TARGET}
dnl fi], fi],
dnl [BITS=$(( ${ac_cv_sizeof_long} * 8 ))]) [BITS=$(( ${ac_cv_sizeof_long} * 8 ))])
# Collect the demo programs # Collect the demo programs
DEMOSOURCES= DEMOSOURCES=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment