Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 13, 2023
2 parents 5412121 + e564860 commit 9b156c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/initial-objects/701-archetype-object-mark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<display>
<label>Marked shadows</label>
</display>
<applicableForOperation>modify</applicableForOperation>
<panelType>markedShadowList</panelType>
</panel>
<panel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public static int getUnmodifiedProcessedObjectCount(SimulationResultType result,
for (Map.Entry<BuiltInSimulationMetricType, Integer> entry : builtInMetrics.entrySet()) {
BuiltInSimulationMetricType identifier = entry.getKey();
if (identifier != BuiltInSimulationMetricType.ADDED
&& identifier != BuiltInSimulationMetricType.MODIFIED
&& identifier != BuiltInSimulationMetricType.DELETED) {
continue;
}
Expand Down

0 comments on commit 9b156c6

Please sign in to comment.