Skip to content
Snippets Groups Projects
Commit 8c0e150f authored by Markus Blatt's avatar Markus Blatt
Browse files

Made the example of the tutorial build again.

[[Imported from SVN: r214]]
parent 71c4d64a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
SUBDIRS = . doc tutorial test paamg
SOURCES = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh gsetc.hh io.hh istlexception.hh istl.hh precision.hh vbcrsmatrix.hh vbvector.hh ilu.hh operators.hh preconditioners.hh solvers.hh indexset.hh communicator.hh remoteindices.hh mpitraits.hh interface.hh
SOURCES = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh gsetc.hh io.hh istlexception.hh istl.hh vbcrsmatrix.hh vbvector.hh ilu.hh operators.hh preconditioners.hh solvers.hh indexset.hh communicator.hh remoteindices.hh mpitraits.hh interface.hh
istldir = $(includedir)/dune/istl
istl_HEADERS = $(SOURCES)
......@@ -16,7 +16,8 @@ DISTDOCS = doc/istl.tex doc/istl.bib doc/istl.ps doc/istl.pdf
DISTTUT = tutorial/example.cc
# parts from dune needed for istl (only common, please!)
DUNESTUFF = common/exceptions.hh common/fvector.hh common/timer.hh common/arraylist.hh \
DUNESTUFF = common/exceptions.hh common/fvector.hh common/fmatrix.hh \
common/precision.hh common/timer.hh common/arraylist.hh \
common/smartpointer.hh common/fixedarray.hh \
common/poolallocator.hh common/iteratorfacades.hh common/sllist.hh \
common/enumset.hh common/typetraits.hh common/logictraits.hh \
......
......@@ -13,9 +13,9 @@
#include "istlexception.hh"
#include "basearray.hh"
#include "dune/common/fvector.hh"
#include "dune/common/fmatrix.hh"
#include "bvector.hh"
#include "vbvector.hh"
#include "fmatrix.hh"
#include "bcrsmatrix.hh"
#include "io.hh"
#include "gsetc.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment