remove unused template

This commit is contained in:
Arne Morten Kvarving
2022-09-01 13:37:54 +02:00
parent 18d8914ef1
commit a6517d6111
2 changed files with 0 additions and 50 deletions

View File

@@ -78,13 +78,6 @@ void sumDistributedWellEntries(Dune::DynamicMatrix<Scalar>& mat,
const Comm& comm);
template <int dim, class C2F, class FC>
std::array<double, dim>
getCubeDim(const C2F& c2f,
FC begin_face_centroids,
int cell);
// explicit transpose of a dense matrix due to compilation problems
// used for calculating quasiimpes well weights
template <class DenseMatrix>