Changeset 809 for trunk/src/xml2struct.m


Ignore:
Timestamp:
Aug 13, 2014, 2:47:15 AM (9 years ago)
Author:
g7moreau
Message:
  • Add license
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xml2struct.m

    r772 r809  
    1111% filename: name of the xml file
    1212% varargin: optional list of strings to restrict the reading to a selection of subtrees, for instance 'GeometryCalib' (save reading time)
     13
     14%=======================================================================
     15% Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France
     16%   http://www.legi.grenoble-inp.fr
     17%   Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr
     18%
     19%     This file is part of the toolbox UVMAT.
     20%
     21%     UVMAT is free software; you can redistribute it and/or modify
     22%     it under the terms of the GNU General Public License as published
     23%     by the Free Software Foundation; either version 2 of the license,
     24%     or (at your option) any later version.
     25%
     26%     UVMAT is distributed in the hope that it will be useful,
     27%     but WITHOUT ANY WARRANTY; without even the implied warranty of
     28%     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     29%     GNU General Public License (see LICENSE.txt) for more details.
     30%=======================================================================
    1331
    1432function [s,RootTag,errormsg]=xml2struct(filename,varargin)
Note: See TracChangeset for help on using the changeset viewer.