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.
- Timestamp:
-
Jul 2, 2010, 2:46:17 PM (15 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
258 | 258 | Set _.elements = <mElements>; |
259 | 259 | Set _.hierarchyTerms = [[ |
260 | | [[ <HierarchyTermName>, <coefficients> ]] |
| 260 | [[ <HierarchyTermName>, <coefficients> ]], |
| 261 | ... |
261 | 262 | ]]; |
262 | 263 | Set _.sigmas = <relativeSigmas> |
… |
… |
|
281 | 282 | Set _.coefficients = <coefficients> |
282 | 283 | ]]); |
283 | | }}} |
284 | | |
285 | | |
286 | | |
| 284 | Anything hierarchy::CreateHierarchyTerm([[ |
| 285 | ... |
| 286 | ]]); |
| 287 | }}} |
| 288 | |
| 289 | |
| 290 | |