Changeset 1552 in Sophya
- Timestamp:
- Jun 27, 2001, 12:21:16 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/parradapter.cc
r1549 r1552 154 154 this->Coord(ix, iy, x, y); 155 155 char * isr = ""; 156 if (ISFunc ) isr = ISFunc(this, ix, iy);157 sprintf(ibuff,"X= %g Y= %g Pix= % 8g %s",158 x, y , this->Value(ix, iy), isr);156 if (ISFunc != NULL) isr = ISFunc(this, ix, iy); 157 sprintf(ibuff,"X= %g Y= %g Pix= %g %s ", 158 x, y , (*this)(ix, iy), isr); 159 159 return (ibuff); 160 160 }
Note:
See TracChangeset
for help on using the changeset viewer.