-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
refactorClean up with no new functionalityClean up with no new functionality
Description
Describe your use case
RW data structures currently use raw pointers to make them changeable throughout the simulation, which is needed for adding faults. Shared pointers can perform the same tasks, but have a more robust ownership structure. Converting the raw pointers to shared pointers can lead to safer and more effective memory management.
Describe alternatives solutions you've considered
N/A.
Additional context
See here for more information on shared pointers vs raw pointers.
Metadata
Metadata
Assignees
Labels
refactorClean up with no new functionalityClean up with no new functionality
Type
Projects
Status
No status