changeset 133:f028ad846c12

Update texinfo message
author gedeone-octave <marcovass89@hotmail.it>
date Fri, 06 Sep 2013 10:33:39 +0200
parents 1b63e9f76624
children 286930e440cf
files inst/Constant.m
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/inst/Constant.m	Fri Sep 06 10:15:34 2013 +0200
+++ b/inst/Constant.m	Fri Sep 06 10:33:39 2013 +0200
@@ -15,13 +15,10 @@
 
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} = fem_ffc (myproblem.ufl)
-## This function take as input the name of the .ufl file where 
-## the Variational Problem is defined.
-## @example
-## 
-## @end example
-## @seealso{} 
+## @deftypefn {Function File} {c} = Constant (name, value(s))
+## This function take as input the name of the Constant that you want to create 
+## and the value, which can be either a scalar or a vector.
+## @seealso{Expression, Function} 
 ## @end deftypefn
 
 function c = Constant (name, x)