Changeset 1849 in Sophya
- Timestamp:
- Jan 7, 2002, 3:39:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pigraphgen.cc
r1848 r1849 294 294 dx = 0; 295 295 dy = 0; 296 cout << " PIGraphicGen::CalcStringPositionShift - DBG - pos= "297 << pos << endl;298 296 if (pos == 0) return(false); 299 297 else { … … 315 313 else dy = 0; 316 314 } 317 cout << " PIGraphicGen::CalcStringPositionShift - DBG2 - dx= "318 << dx << " dy=" << dy << endl;319 315 return(true); 320 316 }
Note:
See TracChangeset
for help on using the changeset viewer.