Changeset 2690 in Sophya for trunk/SophyaPI
- Timestamp:
- Apr 26, 2005, 11:55:12 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.cc
r2689 r2690 296 296 if ( (xK < 0) || (yK < 0) ) return; 297 297 298 intncnt = 0;298 long ncnt = 0; 299 299 double xp,yp; 300 300 char buff[128]; … … 312 312 } 313 313 if (ncnt >= 101) info += " .... \n"; 314 sprintf(buff," % d points inside selected region \n",ncnt);314 sprintf(buff," %ld points inside selected region \n", (long)ncnt); 315 315 info += buff; 316 316 // printf("PINTuple::AppendTextInfo()-DBG %g %g %g %g - %d\n", xmin, ymin, xmax, ymax, ncnt);
Note:
See TracChangeset
for help on using the changeset viewer.