diff inst/import_ufl_LinearForm.m @ 179:8190736845fe

Update the Function description for the code release.
author gedeone-octave <marcovass89@hotmail.it>
date Thu, 07 Nov 2013 23:31:05 +0000
parents 262c9d7bda1c
children 0de6ca5e31a2
line wrap: on
line diff
--- a/inst/import_ufl_LinearForm.m	Thu Nov 07 00:03:08 2013 +0000
+++ b/inst/import_ufl_LinearForm.m	Thu Nov 07 23:31:05 2013 +0000
@@ -14,10 +14,13 @@
 ## this program; if not, see <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} = import_ufl_LinearForm (myproblem)
-## This function takes as input the name of the .ufl file where 
-## the LinearForm is defined and import it inside Octave
-## @seealso{import_ufl_Problem, FunctionSpace, BilinearForm, LinearForm} 
+## @deftypefn {Function File} {[]} = import_ufl_LinearForm (@var{myproblem})
+## Import a LinearForm from a ufl file.
+## @var{myproblem} is the name of the ufl file where 
+## the LinearForm is defined. This function creates in the pwd a file
+## called @var{myproblem_LinearForm.oct}.
+## @seealso{import_ufl_Problem, FunctionSpace, BilinearForm, LinearForm, 
+## Functional} 
 ## @end deftypefn
 
 function import_ufl_LinearForm (var_prob)