Commit 547e47b
committed
fix: correct internal spelling typos
- BC_SlIP_WALL → BC_SLIP_WALL (lowercase 'l' typo, Fortran is
case-insensitive so it compiled, but grep missed this site)
- lb → lB (lowercase 'l' vs uppercase 'B' consistency in
m_finite_differences.fpp allocate)
- fite_path_dest → file_path_dest (typo in variable name)
Fixes #1498 (partial — items 2, 4, 5).1 parent 4a73bf3 commit 547e47b
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
0 commit comments