Changeset 3019 for trunk


Ignore:
Timestamp:
12/15/14 12:55:26 (9 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-7070

Ready for Test: Yes

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed an issue that conversion to MS causes segmentation fault
when input Scantable has no row in TCAL table.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSWriter.cpp

    r2975 r3019  
    27012701  Table mssc = mstable_->sysCal() ;
    27022702
    2703   {
     2703  if (table_->tcal().table().nrow() > 0) {
    27042704    static const char *cols[] = {
    27052705      "BEAMNO", "IFNO", "TIME", "POLNO",
Note: See TracChangeset for help on using the changeset viewer.