Changeset 809 for trunk/src/read_civxdata.m
- Timestamp:
- Aug 13, 2014, 2:47:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_civxdata.m
r581 r809 41 41 % if vel_type=[] or'*', a priority choice, given by vel_type_out{1,2}, is done depending 42 42 % if vel_type='filter'; a structured field is sought (filter2 in priority, then filter1) 43 44 43 % 45 44 % FUNCTIONS called: 46 45 % 'varcivx_generator':, sets the names of vaiables to read in the netcdf file 47 46 % 'nc2struct': reads a netcdf file 47 48 %======================================================================= 49 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 50 % http://www.legi.grenoble-inp.fr 51 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 52 % 53 % This file is part of the toolbox UVMAT. 54 % 55 % UVMAT is free software; you can redistribute it and/or modify 56 % it under the terms of the GNU General Public License as published 57 % by the Free Software Foundation; either version 2 of the license, 58 % or (at your option) any later version. 59 % 60 % UVMAT is distributed in the hope that it will be useful, 61 % but WITHOUT ANY WARRANTY; without even the implied warranty of 62 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 63 % GNU General Public License (see LICENSE.txt) for more details. 64 %======================================================================= 48 65 49 66 function [Field,VelTypeOut,errormsg]=read_civxdata(filename,FieldNames,VelType)
Note: See TracChangeset
for help on using the changeset viewer.