Changeset 2615 in Sophya for trunk/SophyaExt
- Timestamp:
- Sep 10, 2004, 11:55:27 AM (21 years ago)
- Location:
- trunk/SophyaExt
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/datacirclefits.cc
r2322 r2615 1 1 #include <iostream> 2 #include "sopnamsp.h" 2 3 #include "datacirclefits.h" 3 4 -
trunk/SophyaExt/FitsIOServer/fabtcolread.cc
r2456 r2615 1 1 /* Lecteur de colonne de table Fits (binaire ou ASCII) avec buffer */ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fabtwriter.cc
r2493 r2615 1 1 /* Writer de table Fits (binaire ou ASCII) */ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fboloread.cc
r2087 r2615 1 1 /* Lecteur Fits de bolometre */ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fbtntintf.cc
r1646 r2615 1 1 /* Interface Fits BINARY/ASCII Table cmv 21/05/2001 */ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fitsautoreader.cc
r2209 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsautoreader.h" -
trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.cc
r2201 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsbntbllineRW.h" -
trunk/SophyaExt/FitsIOServer/fitsfile.cc
r2233 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fitslocalmap.cc
r2197 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "fitslocalmap.h" -
trunk/SophyaExt/FitsIOServer/fitsntuple.cc
r2209 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsntuple.h" -
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r2082 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsspherehealpix.h" -
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
r2197 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsspherethetaphi.h" -
trunk/SophyaExt/FitsIOServer/fitstarray.cc
r2197 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "pexceptions.h" -
trunk/SophyaExt/FitsIOServer/fitsxntuple.cc
r2209 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsxntuple.h" -
trunk/SophyaExt/IFFTW/fftwserver.cc
r1424 r2615 1 #include "sopnamsp.h" 1 2 #include "fftwserver.h" 2 3 #include "FFTW/fftw.h" -
trunk/SophyaExt/LinAlg/intflapack.cc
r2572 r2615 1 1 #include <iostream> 2 2 #include <math.h> 3 #include "sopnamsp.h" 3 4 #include "intflapack.h" 4 5 #include "tvector.h" -
trunk/SophyaExt/MinuitAdapt/minuitadapt.cc
r2404 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaExt/MinuitAdapt/testminuit.cc
r2404 r2615 9 9 #include <string.h> 10 10 11 #include "sopnamsp.h" 11 12 #include "nbrandom.h" 12 13 #include "minuitadapt.h" -
trunk/SophyaExt/XAstroPack/mollweide.cc
r1813 r2615 3 3 #include <stdio.h> 4 4 #include <math.h> 5 #include "sopnamsp.h" 5 6 #include "mollweide.h" 6 7 -
trunk/SophyaExt/XAstroPack/tstxastro.cc
r2601 r2615 5 5 #include <string.h> 6 6 #include <math.h> 7 #include "sopnamsp.h" 7 8 #include "xastropack.h" 8 9 -
trunk/SophyaExt/XAstroPack/xastropack.cc
r2552 r2615 1 1 #include <math.h> 2 2 #include <stdio.h> 3 #include "sopnamsp.h" 3 4 #include "xastropack.h" 4 5
Note:
See TracChangeset
for help on using the changeset viewer.