#355 closed defect (fixed)
psVector->n shouldn't be const
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Do you really want 'n' to be const in psVector? (ref:SDRS v13, page 18) I can
understand nalloc, since it represents the allocated size, but I think the user
would routinely set n.
-rdd
Note:
See TracTickets
for help on using tickets.

Agreed. Altered SDRS:
typedef struct {
} psVector;