Skip to content
Snippets Groups Projects
Commit dd2b782e authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove empty file vbcrsmatrix.hh

[[Imported from SVN: r1187]]
parent b332ac47
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
SUBDIRS = . tutorial test paamg
istldir = $(includedir)/dune/istl
istl_HEADERS = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh gsetc.hh io.hh istlexception.hh vbcrsmatrix.hh vbvector.hh \
istl_HEADERS = allocator.hh basearray.hh bcrsmatrix.hh bvector.hh gsetc.hh io.hh istlexception.hh vbvector.hh \
ilu.hh operators.hh preconditioners.hh solvers.hh indexset.hh communicator.hh remoteindices.hh mpitraits.hh \
interface.hh indicessyncer.hh matrixindexset.hh selection.hh plocalindex.hh localindex.hh scalarproducts.hh \
solvercategory.hh bdmatrix.hh matrixutils.hh schwarz.hh owneroverlapcopy.hh matrix.hh supermatrix.hh superlu.hh \
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_VBCRSMATRIX_HH
#define DUNE_VBCRSMATRIX_HH
#include <cmath>
#include <complex>
#include "istlexception.hh"
#include "allocator.hh"
/*! \file
\brief ???
*/
namespace Dune {
/**
@addtogroup ISTL
@{
*/
/** @} end documentation */
} // end namespace
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment