From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Wed, 23 Jan 2008 16:18:45 +0000 (+0000)
Subject: Document what the test does.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d903c880df9737a9d5e96f04021a05c1ed5053b;p=dealii-svn.git

Document what the test does.

git-svn-id: https://svn.dealii.org/trunk@15646 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/tests/deal.II/constraints.cc b/tests/deal.II/constraints.cc
index a02978a0ce..7b0f940ae8 100644
--- a/tests/deal.II/constraints.cc
+++ b/tests/deal.II/constraints.cc
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2008 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -12,6 +12,8 @@
 //----------------------------  constraints.cc  ---------------------------
 
 
+// create, merge, and print a bunch of ConstrainMatrices
+
 #include "../tests.h"
 #include <dofs/dof_handler.h>
 #include <grid/tria.h>