Commit d542249
chore: Fix spelling errors and modernize pointer initialization (#2631)
This PR improves code quality through two types of fixes:
Spelling Corrections (3 fixes):
- CConfig.cpp (L6169): "Idenftification fo" → "Identification of"
- CConfig.cpp (L6170): "seperate" → "separate"
- CGradientSmoothingSolver.hpp (L278): "seperate" → "separate"
Code Modernization (1 fix):
- CConfig.cpp (L9991-9992): Replace NULL with nullptr for C++11 compliance and better type safety
All changes are safe, non-breaking, and improve code quality.
Signed-off-by: shbhmexe <[email protected]>
Co-authored-by: Pedro Gomes <[email protected]>1 parent 911d1f3 commit d542249
File tree
2 files changed
+5
-5
lines changed- Common/src
- SU2_CFD/include/solvers
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6192 | 6192 | | |
6193 | 6193 | | |
6194 | 6194 | | |
6195 | | - | |
6196 | | - | |
| 6195 | + | |
| 6196 | + | |
6197 | 6197 | | |
6198 | 6198 | | |
6199 | 6199 | | |
| |||
10017 | 10017 | | |
10018 | 10018 | | |
10019 | 10019 | | |
10020 | | - | |
10021 | | - | |
| 10020 | + | |
| 10021 | + | |
10022 | 10022 | | |
10023 | 10023 | | |
10024 | 10024 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments