Changeset 1092 in Sophya for trunk/SophyaProg/Tests
- Timestamp:
- Jul 26, 2000, 3:15:52 PM (25 years ago)
- Location:
- trunk/SophyaProg/Tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tobjio.cc
r881 r1092 60 60 61 61 { // Objet Histo-2D 62 floatx,y,w;62 r_8 x,y,w; 63 63 int i,j; 64 64 Histo2D* h = new Histo2D(-10.,10.,25,-10.,10.,25); -
trunk/SophyaProg/Tests/tobjio2.cc
r987 r1092 59 59 60 60 { // Objet Histo-2D 61 floatx,y,w;61 r_8 x,y,w; 62 62 int i,j; 63 63 Histo2D* h = new Histo2D(-10.,10.,25,-10.,10.,25);
Note:
See TracChangeset
for help on using the changeset viewer.