From e23d659fd24255ec0dc0dea67eb7750d71cf1250 Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Sun, 15 Jan 2006 21:24:49 +0000
Subject: [PATCH] Link to SoftwarePETSc

git-svn-id: https://svn.dealii.org/trunk@12036 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/doc/doxygen/headers/petsc.h         | 1 +
 deal.II/lac/include/lac/petsc_vector_base.h | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/deal.II/doc/doxygen/headers/petsc.h b/deal.II/doc/doxygen/headers/petsc.h
index 014f3058f7..9a83f00d5d 100644
--- a/deal.II/doc/doxygen/headers/petsc.h
+++ b/deal.II/doc/doxygen/headers/petsc.h
@@ -26,6 +26,7 @@
  * about this.
  *
  * @author Wolfgang Bangerth, 2004
+ * @ref SoftwarePETSc
  *
  * @ingroup LAC
  */
diff --git a/deal.II/lac/include/lac/petsc_vector_base.h b/deal.II/lac/include/lac/petsc_vector_base.h
index 9994e9da18..1be43d8189 100644
--- a/deal.II/lac/include/lac/petsc_vector_base.h
+++ b/deal.II/lac/include/lac/petsc_vector_base.h
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -34,6 +34,7 @@ template <typename number> class Vector;
  * A namespace in which wrapper classes for PETSc objects reside.
  *
  * @ingroup PETScWrappers
+ * @ref SoftwarePETSc
  * @author Wolfgang Bangerth, 2004
  */
 namespace PETScWrappers
-- 
2.39.5