close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 11 and Version 12 of upgrade/models


Ignore:
Timestamp:
Jul 2, 2010, 2:46:17 PM (15 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • upgrade/models

    v11 v12  
    258258  Set  _.elements = <mElements>;
    259259  Set _.hierarchyTerms = [[
    260     [[ <HierarchyTermName>, <coefficients> ]]
     260    [[ <HierarchyTermName>, <coefficients> ]],
     261    ...
    261262  ]];     
    262263  Set _.sigmas = <relativeSigmas>
     
    281282  Set _.coefficients = <coefficients>
    282283]]);
    283 }}}
    284 
    285 
    286 
     284Anything hierarchy::CreateHierarchyTerm([[
     285  ...
     286]]);
     287}}}
     288
     289
     290