Changeset 3077 in Sophya for trunk/SophyaProg
- Timestamp:
- Sep 14, 2006, 11:51:09 AM (19 years ago)
- Location:
- trunk/SophyaProg/Tests
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/fitsioGorski.cc
r2615 r3077 8 8 9 9 // Utilisation des generateurs aleatoires 10 #include " nbrandom.h"10 #include "srandgen.h" 11 11 #include "fitsioserver.h" 12 12 #include "skymapinit.h" -
trunk/SophyaProg/Tests/fitsioImage.cc
r2615 r3077 6 6 #include "cimage.h" 7 7 // Utilisation des generateurs aleatoires 8 #include " nbrandom.h"8 #include "srandgen.h" 9 9 #include "fitsioserver.h" 10 10 #include "skymapinit.h" -
trunk/SophyaProg/Tests/fitsioLocMap.cc
r2615 r3077 7 7 8 8 // Utilisation des generateurs aleatoires 9 #include " nbrandom.h"9 #include "srandgen.h" 10 10 #include "fitsioserver.h" 11 11 #include "skymapinit.h" -
trunk/SophyaProg/Tests/fitsioSphere.cc
r2615 r3077 7 7 8 8 // Utilisation des generateurs aleatoires 9 #include " nbrandom.h"9 #include "srandgen.h" 10 10 #include "fitsioserver.h" 11 11 #include "skymapinit.h" -
trunk/SophyaProg/Tests/tblitz.cc
r2615 r3077 2 2 #include <iostream> 3 3 #include "sopnamsp.h" 4 #include " nbrandom.h"4 #include "srandgen.h" 5 5 #include "timing.h" 6 6 #include "cimage.h" -
trunk/SophyaProg/Tests/tdcr.cc
r2615 r3077 14 14 15 15 #include "fmath.h" 16 #include " nbrandom.h"16 #include "srandgen.h" 17 17 18 18 void tdcr(AnyDataObj * obj) -
trunk/SophyaProg/Tests/tfft.cc
r2841 r3077 7 7 #include <typeinfo> 8 8 9 #include " nbrandom.h"9 #include "srandgen.h" 10 10 #include "matharr.h" 11 11 #include "fftpserver.h" -
trunk/SophyaProg/Tests/timg.cc
r2615 r3077 7 7 #include "cimage.h" 8 8 // Utilisation des generateurs aleatoires 9 #include " nbrandom.h"9 #include "srandgen.h" 10 10 11 11 // Test des NDataBlock -
trunk/SophyaProg/Tests/tobjio.cc
r2705 r3077 14 14 15 15 #include "fmath.h" 16 #include " nbrandom.h"16 #include "srandgen.h" 17 17 #include "fioarr.h" 18 18 -
trunk/SophyaProg/Tests/tobjio2.cc
r2615 r3077 15 15 16 16 #include "fmath.h" 17 #include " nbrandom.h"17 #include "srandgen.h" 18 18 19 19 -
trunk/SophyaProg/Tests/tspm2.cc
r2615 r3077 8 8 #include "fitstarray.h" 9 9 #include "fitsspherehealpix.h" 10 #include " nbrandom.h"10 #include "srandgen.h" 11 11 12 12 #include "timing.h"
Note:
See TracChangeset
for help on using the changeset viewer.