Changeset 817
- Timestamp:
- Oct 8, 2014, 8:25:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r809 r817 13 13 % .index_fields: chosen index 14 14 % .civ1=0 or 1, .interp1, ... : input civ field type 15 16 %=======================================================================17 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France18 % http://www.legi.grenoble-inp.fr19 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr20 15 % 16 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 17 % Copyright 2008-2014, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr 18 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 21 19 % This file is part of the toolbox UVMAT. 22 % 20 % 23 21 % UVMAT is free software; you can redistribute it and/or modify 24 % it under the terms of the GNU General Public License as published 25 % by the Free Software Foundation; either version 2 of the license,26 % or(at your option) any later version.27 % 22 % it under the terms of the GNU General Public License as published by 23 % the Free Software Foundation; either version 2 of the License, or 24 % (at your option) any later version. 25 % 28 26 % UVMAT is distributed in the hope that it will be useful, 29 27 % but WITHOUT ANY WARRANTY; without even the implied warranty of 30 28 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 31 % GNU General Public License ( see LICENSE.txt) for more details.32 % =======================================================================29 % GNU General Public License (file UVMAT/COPYING.txt) for more details. 30 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 33 31 34 32 %------------------------------------------------------------------------ … … 1654 1652 Param.IndexRange.incr_i=incr_i*Param.IndexRange.NbSlice; 1655 1653 end 1656 1654 Param.InputTable{1}=regexprep(Param.InputTable{1},'\','/');%correct path name for PCWIN system 1657 1655 % create, fill and save the xml parameter file 1658 1656 t=struct2xml(Param);
Note: See TracChangeset
for help on using the changeset viewer.