|
|
@@ -1486,8 +1486,8 @@ INTERFACE_EXPORT = (() => {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if (Norms.length > 0) CostComposition.children.push(...Norms);
|
|
|
if (Costs.length > 0) CostComposition.children.push(...Costs);
|
|
|
+ if (Norms.length > 0) CostComposition.children.push(...Norms);
|
|
|
if (bNode.data.calcBase) CostComposition.children.push(new Formula(bNode.data));
|
|
|
return (CostComposition.children.length > 0) ? CostComposition : null;
|
|
|
|