comparison inst/import_ufl_LinearForm.m @ 148:f2193e825ad7

Maint: update copyright notice
author gedeone-octave <marcovass89@hotmail.it>
date Mon, 09 Sep 2013 23:37:35 +0200
parents c445cdf36fb1
children 1dbe146bff03
comparison
equal deleted inserted replaced
147:41c1811a6dd6 148:f2193e825ad7
1 ## Copyright (C) 2013 Marco Vassallo 1 ## Copyright (C) 2013 Marco Vassallo
2 2 ##
3 ## This program is free software; you can redistribute it and/or modify it under 3 ## This program is free software; you can redistribute it and/or modify it under
4 ## the terms of the GNU General Public License as published by the Free Software 4 ## the terms of the GNU General Public License as published by the Free Software
5 ## Foundation; either version 2 of the License, or (at your option) any later 5 ## Foundation; either version 2 of the License, or (at your option) any later
6 ## version. 6 ## version.
7 7 ##
8 ## This program is distributed in the hope that it will be useful, but WITHOUT 8 ## This program is distributed in the hope that it will be useful, but WITHOUT
9 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 9 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 10 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
11 ## details. 11 ## details.
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
16 15
17 ## -*- texinfo -*- 16 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {} = import_ufl_LinearForm (myproblem) 17 ## @deftypefn {Function File} {} = import_ufl_LinearForm (myproblem)
19 ## This function takes as input the name of the .ufl file where 18 ## This function takes as input the name of the .ufl file where
20 ## the LinearForm is defined and import it inside Octave 19 ## the LinearForm is defined and import it inside Octave