Changeset 2274 for branches


Ignore:
Timestamp:
08/16/11 19:22:29 (13 years ago)
Author:
ShinnosukeKawakami
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: fls3a_hi_regression.py

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: add ",1" to the argument of getEntry


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/parallel/src/STTcal.cpp

    r1391 r2274  
    120120void STTcal::getEntry( String& time, Vector<Float>& tcal, uInt id )
    121121{
    122   Table t = table_(table_.col("ID") == Int(id) );
     122  Table t = table_(table_.col("ID") == Int(id),1);
    123123  if (t.nrow() == 0 ) {
    124124    throw(AipsError("STTcal::getEntry - id out of range"));
Note: See TracChangeset for help on using the changeset viewer.