comparison inst/import_ufl_FunctionSpace.m @ 181:0de6ca5e31a2

Fix error in the previously modified documentation.
author gedeone-octave <marcovass89@hotmail.it>
date Fri, 08 Nov 2013 00:05:33 +0000
parents 8190736845fe
children e3f57f92fa66
comparison
equal deleted inserted replaced
180:2676200ae226 181:0de6ca5e31a2
12 ## 12 ##
13 ## You should have received a copy of the GNU General Public License along with 13 ## You should have received a copy of the GNU General Public License along with
14 ## this program; if not, see <http://www.gnu.org/licenses/>. 14 ## this program; if not, see <http://www.gnu.org/licenses/>.
15 15
16 ## -*- texinfo -*- 16 ## -*- texinfo -*-
17 ## @deftypefn {Function File} {[]} = import_ufl_FunctionSpace (@var{myproblem}) 17 ## @deftypefn {Function File} {} = import_ufl_FunctionSpace (@var{myproblem})
18 ## Import a FunctionSpace from a ufl file. 18 ## Import a FunctionSpace from a ufl file.
19 ##
19 ## @var{myproblem} is the name of the ufl file where 20 ## @var{myproblem} is the name of the ufl file where
20 ## the FunctionSpace is defined. This function creates in the pwd a file 21 ## the FunctionSpace is defined. This function creates in the pwd a file
21 ## called @var{myproblem_FunctionSpace.oct}. 22 ## called @var{myproblem_FunctionSpace.oct}.
23 ##
22 ## @seealso{import_ufl_Problem, FunctionSpace, BilinearForm, LinearForm, 24 ## @seealso{import_ufl_Problem, FunctionSpace, BilinearForm, LinearForm,
23 ## Functional} 25 ## Functional}
24 ## @end deftypefn 26 ## @end deftypefn
25 27
26 function import_ufl_FunctionSpace (var_prob) 28 function import_ufl_FunctionSpace (var_prob)