Ignore:
Timestamp:
01/25/05 14:55:54 (19 years ago)
Author:
kil064
Message:

better documentation for a couple of functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.cc

    r292 r293  
    12551255   String t(instrument);
    12561256   t.upcase();
    1257 //
     1257
     1258// The strings are what SDReader returns, after cunning interrogation
     1259// of station names... :-(
     1260
    12581261   Instrument inst = asap::UNKNOWN;
    1259    if (t==String("DSS-43")) {
     1262   if (t==String("DSS-43")) {               
    12601263      inst = TIDBINBILLA;
    12611264   } else if (t==String("ATPKSMB")) {
Note: See TracChangeset for help on using the changeset viewer.