#521 closed defect (fixed)
psImage.col0,row0 should not be const
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | mathtypes | Version: | 0.7.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psImage.col0,row0 are defined a const, but probably should not be. If you want
to create an image which refers to a subregion of a non-existent parent, it is
necessary to set col0,row0 by hand, since in this case, you could not use
psImageSubset.
This was defined const in the SDRS for v.16; I've changed the SDRS, the code
should be changed to match.
Change History (2)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
