Changeset 817


Ignore:
Timestamp:
Oct 8, 2014, 8:25:39 PM (9 years ago)
Author:
sommeria
Message:

new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r809 r817  
    1313%      .index_fields: chosen index
    1414%      .civ1=0 or 1, .interp1,  ... : input civ field type
    15 
    16 %=======================================================================
    17 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France
    18 %   http://www.legi.grenoble-inp.fr
    19 %   Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr
    2015%
     16%AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
     17%  Copyright 2008-2014, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr
     18%AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    2119%     This file is part of the toolbox UVMAT.
    22 %
     20% 
    2321%     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% 
    2826%     UVMAT is distributed in the hope that it will be useful,
    2927%     but WITHOUT ANY WARRANTY; without even the implied warranty of
    3028%     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
    3331
    3432%------------------------------------------------------------------------
     
    16541652            Param.IndexRange.incr_i=incr_i*Param.IndexRange.NbSlice;
    16551653        end
    1656        
     1654        Param.InputTable{1}=regexprep(Param.InputTable{1},'\','/');%correct path name for PCWIN system
    16571655        % create, fill and save the xml parameter file
    16581656        t=struct2xml(Param);
Note: See TracChangeset for help on using the changeset viewer.