Changeset 3081


Ignore:
Timestamp:
11/25/15 15:50:06 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

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...


Make STWriter warning free.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWriter.cpp

    r2658 r3081  
    365365  }
    366366  // now the complex if exists
    367   Bool hasxpol = False;
     367  //Bool hasxpol = False;
    368368  xpol.resize();
    369369  if ( tab.nrow() == 4 ) {
    370     hasxpol = True;
     370    //hasxpol = True;
    371371    xpol.resize(nchan);
    372372    Vector<Float> reals, imags;
Note: See TracChangeset for help on using the changeset viewer.