- Timestamp:
- 09/02/09 16:39:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/STMolecules.cpp
r1446 r1626 107 107 // How to handle this...? 108 108 Table result = 109 table_( nelements(table_.col("RESTFREQUENCY")) == restfreq.size() &&109 table_( nelements(table_.col("RESTFREQUENCY")) == uInt (restfreq.size()) && 110 110 all(table_.col("RESTFREQUENCY")== restfreq) ); 111 111 uInt resultid = 0;
Note:
See TracChangeset
for help on using the changeset viewer.