From: Martin Kronbichler Date: Fri, 31 May 2013 12:51:37 +0000 (+0000) Subject: Remove stray typename X-Git-Tag: v8.0.0~360 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3cd2eb5ad415e746fa6fc8ceb0f601d0dd96a9;p=dealii.git Remove stray typename git-svn-id: https://svn.dealii.org/trunk@29682 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/constraint_matrix.templates.h b/deal.II/include/deal.II/lac/constraint_matrix.templates.h index 7bd390272e..cc2f90ca4a 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.templates.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.templates.h @@ -990,7 +990,7 @@ namespace internal const internal::bool2type /*is_block_vector*/) { Assert(!vec.has_ghost_elements(), - typename TrilinosWrappers::VectorBase::ExcGhostsPresent()); + TrilinosWrappers::VectorBase::ExcGhostsPresent()); #ifdef DEAL_II_WITH_MPI const Epetra_MpiComm *mpi_comm = dynamic_cast(&vec.trilinos_vector().Comm());