From ce7507fa00f63a9c36132888d945cc2f8bf6aac1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 17 Jan 2006 21:32:03 +0000 Subject: [PATCH] Fix minor things. git-svn-id: https://svn.dealii.org/trunk@12069 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/doxygen/headers/io.h b/deal.II/doc/doxygen/headers/io.h index 51010d7ba6..b4a116963c 100644 --- a/deal.II/doc/doxygen/headers/io.h +++ b/deal.II/doc/doxygen/headers/io.h @@ -117,7 +117,7 @@ * Through the MatrixOut class, deal.II can also give a graphical * visualization of matrices, in the form of color or skyline plots. The * MatrixOut class uses the DataOutBase for output. Therefore, matrices can be - * visualization in all formats supported by the latter class. + * visualized in all formats supported by the latter class. * * *

The ConditionalOStream class

@@ -130,7 +130,7 @@ * program. * * - *

LogStream

+ *

The LogStream class

* * The LogStream class is used to write status output of programs to * logfiles. It, again, acts like std::ostream, but -- 2.39.5