Changeset 339 in Sophya for trunk/SophyaPI/PIext/pigfd1.cc
- Timestamp:
- Jul 27, 1999, 12:17:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pigfd1.cc
r205 r339 1 // Cette classe est maintenant obsolete: generaldata <==> ntuple pour le dessin 2 1 3 #include <stdio.h> 2 4 #include "pigfd1.h" … … 41 43 double dx, dy; 42 44 double xmin=9.e19, xmax=-9.e19, ymin=9.e19, ymax=-9.e19; 43 mGFD->GetM inMax(10*VarX+2,xmin,xmax);44 mGFD->GetM inMax(0,ymin, ymax);45 mGFD->GetMnMx(10*VarX+2,xmin,xmax); 46 mGFD->GetMnMx(0,ymin, ymax); 45 47 if(xmax<=xmin) xmax = xmin+1.; 46 48 if(ymax<=ymin) ymax = ymin+1.;
Note:
See TracChangeset
for help on using the changeset viewer.