Commit 0b727a0
abacus_fixer
refactor(exx): ESolver_KS owns Exx_Info value object
Change ESolver_KS from holding a pointer to GlobalC::exx_info to owning
its own Exx_Info value member (exx_info_obj_). The constructor copies
the content from GlobalC::exx_info (initialized by Input_Conv::Convert)
into the owned object, so ESolver internals now operate on their own
copy. The exx_info_ pointer still points to exx_info_obj_ for uniform
access, preserving the parameter-passing pattern established in the
previous commits.
This breaks the runtime dependency on GlobalC::exx_info from ESolver
internals and prepares for removing the global entirely in the next
commit. GlobalC::exx_info is kept for now as other modules still
reference it during the transition.1 parent 2dc055d commit 0b727a0
2 files changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
80 | | - | |
81 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
0 commit comments