# HG changeset patch # User gedeone-octave # Date 1378456419 -7200 # Node ID f028ad846c123f79307b9bbb1465bd59313be903 # Parent 1b63e9f766248f95bf4a5c1d6c83c260c1fc1864 Update texinfo message diff -r 1b63e9f76624 -r f028ad846c12 inst/Constant.m --- 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)