-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue: new probe definitions in a restart sim affect part procId owne…
…rship (#481) * Exploit "generateIds" and allow for the ability to mix and match new and old probe defintions in an arbitrary input order. The code now supports mix/matching by looking for the original part and assigning rank ownership based on the previous rule, not the now "candidate" rank suggestion. * remove probe file name tied to rank id. No need, in practice, and new design only knows if this probe is on or off the rank. Notes: a) not a bad design now. b) design of probeInfo->partName_[j] could benifit from a polymorphic design, however, no need for today:)
- Loading branch information
Showing
2 changed files
with
55 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters