comparison inst/import_ufl_Functional.m @ 270:f4d6ae912a08 default tip

Correct typos in the doc-strings
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Thu, 14 Aug 2014 17:55:32 +0200
parents 897e312cb440
children
comparison
equal deleted inserted replaced
269:897e312cb440 270:f4d6ae912a08
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {} = import_ufl_Functional (@var{myproblem}) 18 ## @deftypefn {Function File} {} = import_ufl_Functional (@var{myproblem})
19 ## Import a Functional from a ufl file. 19 ## Import a Functional from a ufl file.
20 ## 20 ##
21 ## @var{myproblem} is the name of the ufl file where 21 ## @var{myproblem} is the name of the ufl file where
22 ## the Functional is defined. This function creates in the pwd a file 22 ## the Functional is defined. This function creates in the working directory
23 ## called @var{myproblem_Functional.oct}. 23 ## a file called @var{myproblem_Functional.oct}.
24 ## 24 ##
25 ## @seealso{import_ufl_Problem, FunctionSpace, BilinearForm, LinearForm, 25 ## @seealso{import_ufl_Problem, FunctionSpace, BilinearForm, LinearForm,
26 ## Functional} 26 ## Functional}
27 ## @end deftypefn 27 ## @end deftypefn
28 28