Skip to content
Snippets Groups Projects
Commit 0d918fc7 authored by Daniel Koester's avatar Daniel Koester
Browse files

Fixed a few bugs in memory.c and lagrange_3_3d.c.

parent ff1f2c76
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ SUBDIRS = gnu-compat ALBERTA_UTIL SOLVER PLOT_ANSI ALBERTA
if GRAPE
SUBDIRS += GRAPE
endif
if HAVE_SILO
SUBDIRS += MESHTV
endif
ACLOCAL_AMFLAGS = -I ./m4
......
......@@ -14,6 +14,9 @@ AC_CONFIG_FILES([Makefile ALBERTA_UTIL/Makefile
GRAPE/mesh/2d/Makefile
GRAPE/mesh/3d/Makefile
GRAPE/mesh/Common/Makefile
MESHTV/Makefile
MESHTV/2d/Makefile
MESHTV/3d/Makefile
SOLVER/Makefile SOLVER/src/Makefile
PLOT_ANSI/Makefile PLOT_ANSI/src/Makefile
DEMO/src/Makefile
......@@ -216,6 +219,11 @@ dnl GRAPE interface stuff
dnl
ALBERTA_GRAPE_STUFF
dnl
dnl MeshTV interface stuff
dnl
ALBERTA_CHECK_PACKAGE(silo, silo, ,, silo.h, , ,optional)
#
# EL_INDEX
#
......@@ -232,7 +240,7 @@ dnl NOTA BENE: using NEIGH_IN_EL=1 is probably buggy.], 0)
SIMPLE_ENABLE_FLAG([debug], [disable building of ALBERTA libraries with debugging information.], 1)
# building of all versions is enabled by default, but can be
# disabled using --disable-DIM-dimension switches (the macros
# disabled using --disable-DOW-dimension switches (the macros
# below do _not_ disable the builds, but simply implement
# AC_ARG_ENABLE() stuff
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment