diff src/DirichletBC.cc @ 186:2dde165e3fd5

Fix error in the documentation.
author gedeone-octave <marcovass89@hotmail.it>
date Sat, 09 Nov 2013 11:01:25 +0000
parents 66071811eef8
children 5e9b5bbdc56b
line wrap: on
line diff
--- a/src/DirichletBC.cc	Sat Nov 09 10:51:29 2013 +0000
+++ b/src/DirichletBC.cc	Sat Nov 09 11:01:25 2013 +0000
@@ -32,7 +32,7 @@
 @item @var{Function_handle} is a function handle which contains the expression \
 that we want to apply as a BC. If we have a Vector field, we can just use a\n\
 vector of function handles: \
-@var{Function handle} = [@(x, y) f1, @(x, y) f2, ...]\n\
+@var{Function handle} = ['''@'''(x, y) f1, '''@'''(x, y) f2, ...]\n\
 @item @var{Boundary_Label} is an Array which contains the label(s) of the \
 side(s) where the BC has to be applied.\n\
 @end itemize\n\