Commit 33cedb4
authored
fix(debug): remove incorrect assert for nullptr in Overlap and EKinetic constructors (#7460)
Remove assert(this->SR != nullptr) in Overlap constructor and
assert(this->hsk != nullptr) in EKinetic constructor. These pointers
can be nullptr in normal operation (e.g., for force calculation),
so the assert was incorrectly triggering when DEBUG_INFO=ON.
Fixes #70211 parent 9b5ff76 commit 33cedb4
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
0 commit comments