From de727aad8a6bc2674102b991c844a5b2250d3f6e Mon Sep 17 00:00:00 2001
From: David Wells <wellsd2@rpi.edu>
Date: Sat, 27 May 2017 21:57:32 -0400
Subject: [PATCH] Remove remaining references to PETScWrappers::Vector.

---
 cmake/configure/configure_3_petsc.cmake | 4 ----
 doc/doxygen/headers/distributed.h       | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/cmake/configure/configure_3_petsc.cmake b/cmake/configure/configure_3_petsc.cmake
index fe262e8277..48517c7d74 100644
--- a/cmake/configure/configure_3_petsc.cmake
+++ b/cmake/configure/configure_3_petsc.cmake
@@ -99,16 +99,12 @@ ENDMACRO()
 
 
 MACRO(FEATURE_PETSC_CONFIGURE_EXTERNAL)
-  SET(DEAL_II_EXPAND_PETSC_VECTOR "PETScWrappers::Vector")
-  SET(DEAL_II_EXPAND_PETSC_BLOCKVECTOR "PETScWrappers::BlockVector")
   SET(DEAL_II_EXPAND_PETSC_MPI_VECTOR "PETScWrappers::MPI::Vector")
   SET(DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR "PETScWrappers::MPI::BlockVector")
   #
   # FIXME:
   # temporary variable until deal.II fully support complex-valued PETSc
   IF( NOT PETSC_WITH_COMPLEX )
-    SET(DEAL_II_EXPAND_PETSC_VECTOR_REAL "PETScWrappers::Vector")
-    SET(DEAL_II_EXPAND_PETSC_BLOCKVECTOR_REAL "PETScWrappers::BlockVector")
     SET(DEAL_II_EXPAND_PETSC_MPI_VECTOR_REAL "PETScWrappers::MPI::Vector")
     SET(DEAL_II_EXPAND_PETSC_MPI_BLOCKVECTOR_REAL "PETScWrappers::MPI::BlockVector")
   ELSE()
diff --git a/doc/doxygen/headers/distributed.h b/doc/doxygen/headers/distributed.h
index 3f24043e2e..16a695d6bd 100644
--- a/doc/doxygen/headers/distributed.h
+++ b/doc/doxygen/headers/distributed.h
@@ -274,7 +274,7 @@
  * ghosted vectors) and vectors without ghost elements.  (Both
  * kinds can typically be represented by the same data type, but there
  * are of course different vector types that can each represent both flavors:
- * for example TrilinosWrappers::MPI::Vector, PETScWrappers::Vector, and
+ * for example TrilinosWrappers::MPI::Vector, PETScWrappers::MPI::Vector, and
  * BlockVector objects built on these).
  * You can find a discussion of what distinguishes these kinds of vectors
  * in the @ref GlossGhostedVector "glossary entry on ghosted vectors".
-- 
2.39.5