Commit b66409d
committed
Fix signal filter regex matching in ComponentTable
In ComponentFMUCS, ComponentFMUME the regex in addSignalsToResults and
removeSignalsFromResults is matched against the full cref of the signal,
e.g. model.root.component.signal. In ComponentTable, the regex was
matched against the signal name only. This commit fixes this
inconsistency by updating the ComponentTable implementations to match
against the full cref of the signal.1 parent 81bd489 commit b66409d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
0 commit comments