Ignore:
Timestamp:
Feb 17, 2016, 12:52:48 PM (8 years ago)
Author:
sommeria
Message:

xmltree updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/@xmltree/move.m

    r723 r925  
    55% uida   - initial position of the subtree
    66% uidb   - parent of the final position of the subtree
    7 %_______________________________________________________________________
     7%__________________________________________________________________________
    88%
    99% Move a subtree inside a tree from A to B.
    10 % The tree parameter must be in input AND in output
    11 %_______________________________________________________________________
    12 % @(#)move.m                  Guillaume Flandin                02/04/08
     10% The tree parameter must be in input AND in output.
     11%__________________________________________________________________________
     12% Copyright (C) 2002-2015  http://www.artefact.tk/
    1313
    14 error(nargchk(3,3,nargin));
     14% Guillaume Flandin
     15% $Id: move.m 6480 2015-06-13 01:08:30Z guillaume $
     16
     17
     18%error(nargchk(3,3,nargin));
    1519
    1620p = tree.tree{uida}.parent;
Note: See TracChangeset for help on using the changeset viewer.