Commit 0a4350d
committed
Proof Luminary099/TIME_OF_FREE_FALL
Fix two transcription errors found by comparing against scan pages 1275-1276:
- Page 1275 (R0293-R0295): MOD BY: 3/4/5 -> MOD NO: 3/4/5
The modification number field was transcribed as MOD BY instead of MOD NO
for entries 3, 4, and 5. MOD NO: 1 and MOD NO: 2 above them were correct.
- Page 1276 (R0393): M:(-36+2N4) -> M:(-36+2NR)
The R in NR was misread as 4. Every other instance of this scale factor
in the file correctly reads 2NR.
Partially resolves #6471 parent 247dd7d commit 0a4350d
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
311 | | - | |
312 | | - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
0 commit comments