Skip to content
Snippets Groups Projects
Commit 147aa325 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[complexmatrixtest] Rename assemble_random_matrix_vectors.hh -> complexdata.hh

As Christoph pointed out in FS1467, that's a rather unusual name for a
DUNE header file, so make it a little more consistent.
parent c8b13dd8
No related branches found
No related tags found
No related merge requests found
......@@ -124,4 +124,4 @@ foreach(_exe ${ALLTESTS})
endforeach(_exe ${ALLTESTS})
exclude_from_headercheck(
assemble_random_matrix_vectors.hh)
complexdata.hh)
......@@ -107,7 +107,7 @@ bcrsimplicitbuildtest_CPPFLAGS = $(AM_CPPFLAGS) -DDUNE_ISTL_WITH_CHECKING=1
bvectortest_SOURCES = bvectortest.cc
complexmatrixtest_SOURCES = complexmatrixtest.cc assemble_random_matrix_vectors.hh
complexmatrixtest_SOURCES = complexmatrixtest.cc complexdata.hh
complexrhstest_SOURCES = complexrhstest.cc laplacian.hh
complexrhstest_LDADD= $(SUPERLU_LIBS)
......@@ -171,7 +171,7 @@ if MPI
$(LDADD)
endif
headercheck_IGNORE = assemble_random_matrix_vectors.hh
headercheck_IGNORE = complexdata.hh
include $(top_srcdir)/am/global-rules
......
......@@ -17,7 +17,7 @@
#include <dune/istl/operators.hh>
#include <dune/istl/solvers.hh>
#include <dune/istl/preconditioners.hh>
#include "assemble_random_matrix_vectors.hh"
#include "complexdata.hh"
typedef std::complex<double> FIELD_TYPE;
......
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