Changeset 1626 for branches/alma


Ignore:
Timestamp:
09/02/09 16:39:37 (15 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s):

Description:

Merged Wes's bug fix to local branch.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/STMolecules.cpp

    r1446 r1626  
    107107// How to handle this...?
    108108  Table result =
    109     table_( nelements(table_.col("RESTFREQUENCY")) == restfreq.size() &&
     109    table_( nelements(table_.col("RESTFREQUENCY")) == uInt (restfreq.size()) &&
    110110            all(table_.col("RESTFREQUENCY")== restfreq) );
    111111  uInt resultid = 0;
Note: See TracChangeset for help on using the changeset viewer.