Changeset 1849 in Sophya


Ignore:
Timestamp:
Jan 7, 2002, 3:39:12 PM (24 years ago)
Author:
ansari
Message:

Suppression print de debug ds pigraphgen.cc - Reza 7/1/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pigraphgen.cc

    r1848 r1849  
    294294  dx = 0;
    295295  dy = 0;
    296   cout << " PIGraphicGen::CalcStringPositionShift - DBG - pos= "
    297        << pos << endl;
    298296  if (pos == 0) return(false);
    299297  else {
     
    315313      else dy = 0;
    316314    }
    317     cout << " PIGraphicGen::CalcStringPositionShift - DBG2 - dx= "
    318          << dx << " dy=" << dy << endl;
    319315    return(true);
    320316  }
Note: See TracChangeset for help on using the changeset viewer.