changeset 183:536ee96a8cd0

Fix other errors in the documentation.
author gedeone-octave <marcovass89@hotmail.it>
date Fri, 08 Nov 2013 00:35:55 +0000
parents b40f22aad4af
children 66071811eef8
files INDEX src/DirichletBC.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/INDEX	Fri Nov 08 00:29:56 2013 +0000
+++ b/INDEX	Fri Nov 08 00:35:55 2013 +0000
@@ -3,7 +3,7 @@
   import_ufl_BilinearForm
   import_ufl_LinearForm
   import_ufl_Functional
-  import_ufl_FunctioSpace
+  import_ufl_FunctionSpace
   import_ufl_Problem
 Problem geometry and FE space
   Mesh
--- a/src/DirichletBC.cc	Fri Nov 08 00:29:56 2013 +0000
+++ b/src/DirichletBC.cc	Fri Nov 08 00:35:55 2013 +0000
@@ -36,7 +36,7 @@
 @item @var{Boundary} is an Array which contains the label(s) of the \
 side(s) where the BC has to be applied.\n\
 @end itemize\n\
-The output @var{BC} is an object which contains the boundary conditions\n\
+The output @var{bc} is an object which contains the boundary conditions\n\
 @seealso{Mesh, FunctionSpace}\n\
 @end deftypefn")
 {