Changeset 117 for trunk/src


Ignore:
Timestamp:
Oct 27, 2005 12:07:53 AM (18 years ago)
Author:
dkearney
Message:

removed un-needed print statement
Rappture.Units.convert(...) seems to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python/PyRpUnits.cc

    r116 r117  
    473473    retStr = RpUnits::convert(fromVal_S,to_S,unitsVal,&result);
    474474
    475     std::cout << result << std::endl;
    476475    if ( (!retStr.empty()) && (result == 0) ) {
    477476        if (unitsVal) {
Note: See TracChangeset for help on using the changeset viewer.