#362 closed defect (fixed)
Function psAberration
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
In SDR-13 section 6.4.1.1, the function psAberration is defined but the return
value type is not specified.
Change History (3)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Status: | new → assigned |
|---|
comment:3 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

the output of this function is the apparent coordinate, which is listed as one
of the function arguments, but should be a return value. I will update the SDRS
with the correct prototype:
psSphere *psAberration(psSphere *apparent, psSphere *actual, psSphere
*direction, double speed);
(note the typo in the SDRS: direction should be a pointer, not a value).