Changeset 519


Ignore:
Timestamp:
02/28/05 21:51:19 (19 years ago)
Author:
kil064
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.cc

    r518 r519  
    19251925  } else if (tStr.contains(String("TINT"))) {
    19261926     wtType = TINT;
    1927      msg = String("Weighting type selected : Tnt");
     1927     msg = String("Weighting type selected : Tint");
    19281928  } else if (tStr.contains(String("TSYS"))) {
    19291929     wtType = TSYS;
Note: See TracChangeset for help on using the changeset viewer.