Changes between Initial Version and Version 1 of Ticket #823
- Timestamp:
- Jun 14, 2017, 5:35:29 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #823 – Description
initial v1 9 9 !!! Old version 10 10 }}} 11 11 12 Comments by CW: 12 13 Is this really an improvement? Basically this would be the first step of moving functionality of process_component_t to process_component_manager_t. Although phs_config would still stay in process_component_t, since every component needs its own phase space (if it is active). 14 13 15 And by BACN: 14 16 the idea is that behavior that is specific to NLO is captured in the process_component_manager. Such that you can read and reason process_t or process_instance_t without knowing anything about NLO. In the subroutine where this comment used to be (process_configure_phs IIRC) process_t is handling different cases for LO and NLO but this should move to the pcm