Changeset 809 for trunk/src/proj_field.m
- Timestamp:
- Aug 13, 2014, 2:47:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/proj_field.m
r801 r809 63 63 % case of a structured grid: A is a dim 2 matrix and .AX=[first last] (length 2 vector) represents the first and last abscissa of the grid 64 64 % case of an unstructured scalar: A is a vector, AX and AY the corresponding coordinates 65 66 %======================================================================= 67 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 68 % http://www.legi.grenoble-inp.fr 69 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 65 70 % 66 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA67 % Copyright 2008-2014, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr68 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA69 71 % This file is part of the toolbox UVMAT. 70 % 72 % 71 73 % UVMAT is free software; you can redistribute it and/or modify 72 % it under the terms of the GNU General Public License as published by73 % the Free Software Foundation; either version 2 of the License, or74 % (at your option) any later version.75 % 74 % it under the terms of the GNU General Public License as published 75 % by the Free Software Foundation; either version 2 of the license, 76 % or (at your option) any later version. 77 % 76 78 % UVMAT is distributed in the hope that it will be useful, 77 79 % but WITHOUT ANY WARRANTY; without even the implied warranty of 78 80 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 79 % GNU General Public License ( file UVMAT/COPYING.txt) for more details.80 % AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA81 % GNU General Public License (see LICENSE.txt) for more details. 82 %======================================================================= 81 83 82 84 function [ProjData,errormsg]=proj_field(FieldData,ObjectData)
Note: See TracChangeset
for help on using the changeset viewer.