Opened 14 years ago
Closed 14 years ago
#79 closed defect (fixed)
Tidy up initialiseCube and related code
Reported by: | MatthewWhiting | Owned by: | MatthewWhiting |
---|---|---|---|
Priority: | normal | Milestone: | Release-1.1.9 |
Component: | Code base | Version: | 1.1.8 |
Severity: | normal | Keywords: | |
Cc: |
Description
For ASKAP development, had to make changes to initialiseCube, by making it use longs instead of ints for array sizes.
Also changing the return type - now make use of OUTCOME. This needs to be made more general.
Also, in general, if we throw an error in something, can it return a FAILURE?
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Initial fix in [679]. Still to follow through with functions that call initialiseCube...