From: bangerth Date: Tue, 26 Oct 2010 12:47:04 +0000 (+0000) Subject: Fix misspelled HTML tag. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a20d629d710dfcff57a9c546caaae6284e4989f7;p=dealii-svn.git Fix misspelled HTML tag. git-svn-id: https://svn.dealii.org/trunk@22493 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/parameter_handler.h b/deal.II/include/deal.II/base/parameter_handler.h index 6866be775f..d1acd7027a 100644 --- a/deal.II/include/deal.II/base/parameter_handler.h +++ b/deal.II/include/deal.II/base/parameter_handler.h @@ -822,7 +822,7 @@ namespace Patterns * Files can be used for input * or output. This can be * specified in the constructor - * by choosing the flag typetype. */ enum FileType {input = 0, output = 1}; @@ -864,7 +864,7 @@ namespace Patterns * file type flag */ FileType file_type; - + private: /** * Initial part of description @@ -925,7 +925,7 @@ namespace Patterns * function. */ virtual PatternBase * clone () const; - + private: /** * Initial part of description