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 MatthewWhiting

Status: newassigned

Initial fix in [679]. Still to follow through with functions that call initialiseCube...

comment:2 Changed 14 years ago by MatthewWhiting

Resolution: fixed
Status: assignedclosed

Done in [698] (for the full set of functions that already return SUCCESS/FAILURE) and [700] (to make sure the return value is used).

Closing ticket.

Note: See TracTickets for help on using tickets.