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