Changeset 809 for trunk/src/get_field.m
- Timestamp:
- Aug 13, 2014, 2:47:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_field.m
r801 r809 15 15 % INPUT: 16 16 % FileName: name (including path) of the netcdf file to open 17 18 %======================================================================= 19 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 20 % http://www.legi.grenoble-inp.fr 21 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 17 22 % 18 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA19 % Copyright 2008-2014, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr20 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA21 23 % This file is part of the toolbox UVMAT. 22 % 24 % 23 25 % UVMAT is free software; you can redistribute it and/or modify 24 % it under the terms of the GNU General Public License as published by25 % the Free Software Foundation; either version 2 of the License, or26 % (at your option) any later version.27 % 26 % it under the terms of the GNU General Public License as published 27 % by the Free Software Foundation; either version 2 of the license, 28 % or (at your option) any later version. 29 % 28 30 % UVMAT is distributed in the hope that it will be useful, 29 31 % but WITHOUT ANY WARRANTY; without even the implied warranty of 30 32 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 31 % GNU General Public License ( file UVMAT/COPYING.txt) for more details.32 % AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA33 % GNU General Public License (see LICENSE.txt) for more details. 34 %======================================================================= 33 35 34 36 function varargout = get_field(varargin)
Note: See TracChangeset
for help on using the changeset viewer.