Changeset 2615 in Sophya
- Timestamp:
- Sep 10, 2004, 11:55:27 AM (21 years ago)
- Location:
- trunk
- Files:
-
- 327 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 -
trunk/SophyaLib/BaseTools/datatype.cc
r2344 r2615 4 4 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 5 5 6 #include "sopnamsp.h" 6 7 #include "datatype.h" 7 8 -
trunk/SophyaLib/BaseTools/dvlist.cc
r2339 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <stdlib.h> -
trunk/SophyaLib/BaseTools/fiondblock.cc
r2441 r2615 2 2 // C.Magneville 04/99-03/2000 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 #include "sopnamsp.h" 4 5 #include "machdefs.h" 5 6 #include <stdio.h> -
trunk/SophyaLib/BaseTools/machdefs_mkmf.h
r2339 r2615 406 406 namespace std { } 407 407 using namespace std; 408 /* SOPHYA classes are in namespace SOPHYA */ 409 namespace SOPHYA {} 410 using namespace SOPHYA; 408 /*******************************************/ 409 /* SOPHYA classes are in namespace SOPHYA */ 410 /* namespace SOPHYA {} */ 411 /* using namespace SOPHYA; */ 412 /* Please use instead: sopnamsp.h */ 413 /*******************************************/ 411 414 #define EXPLICIT explicit 412 415 #endif -
trunk/SophyaLib/BaseTools/mutyv.cc
r2322 r2615 4 4 5 5 6 #include "sopnamsp.h" 6 7 #include "mutyv.h" 7 8 #include <stdio.h> -
trunk/SophyaLib/BaseTools/ndatablock.cc
r2565 r2615 2 2 // malheureusement tres mal concu... C.Magneville 04/99 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 #include "sopnamsp.h" 4 5 #include "machdefs.h" 5 6 #include <stdio.h> -
trunk/SophyaLib/BaseTools/pexceptions.cc
r2339 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include <iostream> -
trunk/SophyaLib/BaseTools/ppersist.cc
r2482 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/BaseTools/ppfbinstream.cc
r2485 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/BaseTools/rawstream.cc
r2459 r2615 1 #include "sopnamsp.h" 1 2 #include "rawstream.h" 2 3 #include "pexceptions.h" -
trunk/SophyaLib/BaseTools/sophyainit.cc
r2430 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaLib/HiStats/hisprof.cc
r2507 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <string.h> -
trunk/SophyaLib/HiStats/histerr.cc
r2608 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <string.h> -
trunk/SophyaLib/HiStats/histinit.cc
r2603 r2615 2 2 // (Histogram and Statistics) 3 3 4 #include "sopnamsp.h" 4 5 #include "machdefs.h" 5 6 #include "histinit.h" -
trunk/SophyaLib/HiStats/histos.cc
r2507 r2615 1 1 // 2 // $Id: histos.cc,v 1.1 7 2004-03-15 16:47:20 ansariExp $2 // $Id: histos.cc,v 1.18 2004-09-10 09:52:19 cmv Exp $ 3 3 // 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <string.h> -
trunk/SophyaLib/HiStats/histos2.cc
r2507 r2615 3 3 // 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 -
trunk/SophyaLib/HiStats/ntupintf.cc
r2142 r2615 1 1 2 #include "sopnamsp.h" 2 3 #include "ntupintf.h" 3 4 #include <stdlib.h> -
trunk/SophyaLib/HiStats/ntuple.cc
r2507 r2615 2 2 #include <string.h> 3 3 4 #include "sopnamsp.h" 4 5 #include "strutil.h" 5 6 #include "perrors.h" -
trunk/SophyaLib/HiStats/proxtuple.cc
r2246 r2615 8 8 // This Class's Header -- 9 9 //----------------------- 10 #include "sopnamsp.h" 10 11 #include "proxtuple.h" 11 12 //--------------- -
trunk/SophyaLib/HiStats/xntuple.cc
r2341 r2615 6 6 // 7 7 #include <string.h> 8 #include "sopnamsp.h" 8 9 #include "ppersist.h" 9 10 #include "perrors.h" -
trunk/SophyaLib/NTools/FSAppIrrSmpl.cc
r1962 r2615 1 #include "sopnamsp.h" 1 2 #include "FSAppIrrSmpl.h" 2 3 -
trunk/SophyaLib/NTools/cimage.cc
r1967 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <stdio.h> -
trunk/SophyaLib/NTools/cspline.cc
r2506 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaLib/NTools/datatypes.cc
r244 r2615 5 5 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 6 6 7 #include "sopnamsp.h" 7 8 #include "datatypes.h" 8 9 -
trunk/SophyaLib/NTools/dates.cc
r2509 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaLib/NTools/difeq.cc
r1087 r2615 1 #include "sopnamsp.h" 1 2 #include "difeq.h" 2 3 #include "ctimer.h" -
trunk/SophyaLib/NTools/dynccd.cc
r2145 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaLib/NTools/fct1dfit.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/NTools/fct2dfit.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/NTools/fftmserver.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "fftmserver.h" 2 3 #include <iostream> -
trunk/SophyaLib/NTools/fftpserver.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "fftpserver.h" 2 3 #include "fftpackc.h" -
trunk/SophyaLib/NTools/fftservintf.cc
r2540 r2615 1 #include "sopnamsp.h" 1 2 #include "fftservintf.h" 2 3 -
trunk/SophyaLib/NTools/generaldata.cc
r2506 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/NTools/generalfit.cc
r2506 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/NTools/imageop.cc
r2506 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/NTools/integ.cc
r2506 r2615 1 #include "sopnamsp.h" 1 2 #include "integ.h" 2 3 #include "generalfit.h" -
trunk/SophyaLib/NTools/median.cc
r220 r2615 1 1 #if 0 2 #include "sopnamsp.h" 2 3 #include "median.h" 3 4 #include <algorithm> -
trunk/SophyaLib/NTools/ntoolsinit.cc
r1783 r2615 1 1 // Classe d'initialisation du module NTools 2 2 3 #include "sopnamsp.h" 3 4 #include "machdefs.h" 4 5 #include "ntoolsinit.h" -
trunk/SophyaLib/NTools/objfitter.cc
r1624 r2615 1 #include "sopnamsp.h" 1 2 #include "objfitter.h" 2 3 -
trunk/SophyaLib/NTools/perandom.cc
r2506 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "pexceptions.h" -
trunk/SophyaLib/NTools/poly.cc
r2506 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "poly.h" -
trunk/SophyaLib/NTools/rk4cdifeq.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "rk4cdifeq.h" -
trunk/SophyaLib/NTools/simplesort.cc
r2506 r2615 1 1 // 2 // $Id: simplesort.cc,v 1. 3 2004-03-15 16:46:56 ansariExp $2 // $Id: simplesort.cc,v 1.4 2004-09-10 09:53:00 cmv Exp $ 3 3 // 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include "simplesort.h" -
trunk/SophyaLib/NTools/tabmath.cc
r1371 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "tabmath.h" -
trunk/SophyaLib/SUtils/datacards.cc
r2322 r2615 1 1 // 2 // $Id: datacards.cc,v 1. 9 2003-02-11 15:31:05cmv Exp $2 // $Id: datacards.cc,v 1.10 2004-09-10 09:54:48 cmv Exp $ 3 3 // 4 4 // … … 8 8 9 9 10 #include "sopnamsp.h" 10 11 #include "machdefs.h" 11 12 #include "datacards.h" -
trunk/SophyaLib/SUtils/strutilxx.cc
r2514 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/SUtils/utils.cc
r895 r2615 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: utils.cc,v 1. 1 2000-04-12 17:49:52 ansariExp $3 // $Id: utils.cc,v 1.2 2004-09-10 09:54:49 cmv Exp $ 4 4 // 5 5 6 #include "sopnamsp.h" 6 7 #include "machdefs.h" 7 8 #include "utils.h" -
trunk/SophyaLib/Samba/alm.cc
r1683 r2615 1 #include "sopnamsp.h" 1 2 #include "alm.h" 2 3 template <class T> -
trunk/SophyaLib/Samba/bruit.cc
r2148 r2615 8 8 9 9 10 #include "sopnamsp.h" 10 11 #include "fmath.h" 11 12 -
trunk/SophyaLib/Samba/circle.cc
r1770 r2615 1 1 #include <math.h> 2 #include "sopnamsp.h" 2 3 #include "circle.h" 3 4 //++ -
trunk/SophyaLib/Samba/datacirclefake.cc
r2322 r2615 1 1 #include <iostream> 2 #include "sopnamsp.h" 2 3 #include "datacirclefake.h" 3 4 -
trunk/SophyaLib/Samba/lambdaBuilder.cc
r2277 r2615 1 #include "sopnamsp.h" 1 2 #include "lambdaBuilder.h" 2 3 #include "nbconst.h" -
trunk/SophyaLib/Samba/mlobe.cc
r2346 r2615 1 #include "sopnamsp.h" 1 2 #include "mlobe.h" 2 3 #include "unitvector.h" -
trunk/SophyaLib/Samba/sambainit.cc
r1371 r2615 1 1 // Classe d'initialisation du module Samba 2 2 3 #include "sopnamsp.h" 3 4 #include "sambainit.h" 4 5 -
trunk/SophyaLib/Samba/scan.cc
r2444 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaLib/Samba/sphericaltransformserver.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <iostream> -
trunk/SophyaLib/SkyMap/HEALPixUtils.cc
r2322 r2615 1 1 // utilitaires de pixelisation HEALPix 2 #include "sopnamsp.h" 2 3 #include "HEALPixUtils.h" 3 4 #include <iostream> -
trunk/SophyaLib/SkyMap/fiolocalmap.cc
r2198 r2615 1 1 // G. Le Meur 04/2000 2 2 3 #include "sopnamsp.h" 3 4 #include "fiolocalmap.h" 4 5 #include "fioarr.h" -
trunk/SophyaLib/SkyMap/fiosphereecp.cc
r2610 r2615 1 1 // G. Le Meur 04/2000 2 2 3 #include "sopnamsp.h" 3 4 #include "fiosphereecp.h" 4 5 #include "fioarr.h" -
trunk/SophyaLib/SkyMap/fiospherehealpix.cc
r2082 r2615 1 1 // G. Le Meur 04/2000 2 2 3 #include "sopnamsp.h" 3 4 #include "fiospherehealpix.h" 4 5 #include "pexceptions.h" -
trunk/SophyaLib/SkyMap/fiospherethetaphi.cc
r2083 r2615 1 1 // G. Le Meur 04/2000 2 2 3 #include "sopnamsp.h" 3 4 #include "fiospherethetaphi.h" 4 5 #include "pexceptions.h" -
trunk/SophyaLib/SkyMap/localmap.cc
r2442 r2615 1 #include "sopnamsp.h" 1 2 #include "localmap.h" 2 3 #include "smathconst.h" -
trunk/SophyaLib/SkyMap/longlat.cc
r764 r2615 1 #include "sopnamsp.h" 1 2 #include "longlat.h" 2 3 //++ -
trunk/SophyaLib/SkyMap/mapoperation.cc
r1950 r2615 9 9 // code from Reza 10 10 //------------------------------------------------------------------------ 11 #include "sopnamsp.h" 11 12 #include "machdefs.h" 12 13 #include <math.h> -
trunk/SophyaLib/SkyMap/skymapinit.cc
r2610 r2615 1 1 // Classe d'initialisation du module Outils++ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include "skymapinit.h" -
trunk/SophyaLib/SkyMap/sphereecp.cc
r2610 r2615 1 #include "sopnamsp.h" 1 2 #include "sphereecp.h" 2 3 #include <math.h> -
trunk/SophyaLib/SkyMap/spherehealpix.cc
r2303 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <math.h> -
trunk/SophyaLib/SkyMap/spherepos.cc
r1967 r2615 1 1 // 04/01/00 : implantation de la persistance par classe deleguee - Guy Le Meur 2 2 3 #include "sopnamsp.h" 3 4 #include "spherepos.h" 4 5 #include "datatype.h" 5 6 #include <typeinfo> 6 7 7 static char *head_spherepos_cc_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.cc,v 1. 2 2002-04-26 16:48:22 ansariExp $";8 static char *head_spherepos_cc_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.cc,v 1.3 2004-09-10 09:54:31 cmv Exp $"; 8 9 9 10 -
trunk/SophyaLib/SkyMap/spherethetaphi.cc
r2442 r2615 1 #include "sopnamsp.h" 1 2 #include "spherethetaphi.h" 2 3 #include "smathconst.h" -
trunk/SophyaLib/SkyMap/unitvector.cc
r764 r2615 1 1 #include <math.h> 2 #include "sopnamsp.h" 2 3 #include "unitvector.h" 3 4 //***************************************************************************** -
trunk/SophyaLib/SkyMap/utilgeom.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <math.h> -
trunk/SophyaLib/SkyMap/vector3d.cc
r1177 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <math.h> -
trunk/SophyaLib/SkyT/blackbody.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: blackbody.cc,v 1. 8 2003-02-11 15:31:06cmv Exp $3 // $Id: blackbody.cc,v 1.9 2004-09-10 09:54:39 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/convtools.cc
r927 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: convtools.cc,v 1. 3 2000-04-14 07:28:12 ansariExp $3 // $Id: convtools.cc,v 1.4 2004-09-10 09:54:39 cmv Exp $ 4 4 // 5 5 // Description: … … 10 10 //------------------------------------------------------------------------ 11 11 12 #include "sopnamsp.h" 12 13 #include "convtools.h" 13 14 -
trunk/SophyaLib/SkyT/derivblackbody.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: derivblackbody.cc,v 1. 6 2003-02-11 15:31:07cmv Exp $3 // $Id: derivblackbody.cc,v 1.7 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/gaussfilt.cc
r2344 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: gaussfilt.cc,v 1. 8 2003-03-10 15:13:49 ansariExp $3 // $Id: gaussfilt.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 13 13 // C++ Headers -- 14 14 //--------------- 15 #include "sopnamsp.h" 15 16 #include "machdefs.h" 16 17 #include <iostream> -
trunk/SophyaLib/SkyT/nupower.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: nupower.cc,v 1. 8 2003-02-11 15:31:07cmv Exp $3 // $Id: nupower.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/radspec.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: radspec.cc,v 1. 7 2003-02-11 15:31:07cmv Exp $3 // $Id: radspec.cc,v 1.8 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/radspecvector.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: radspecvector.cc,v 1. 8 2003-02-11 15:31:07cmv Exp $3 // $Id: radspecvector.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/skyinit.cc
r927 r2615 2 2 #include <unistd.h> 3 3 4 #include "sopnamsp.h" 4 5 #include "skyinit.h" 5 6 #include "ppersist.h" -
trunk/SophyaLib/SkyT/specresp.cc
r2144 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: specresp.cc,v 1. 6 2002-07-31 10:25:34 ansariExp $3 // $Id: specresp.cc,v 1.7 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 17 17 #include <typeinfo> 18 18 #include <math.h> 19 #include "sopnamsp.h" 19 20 #include "specresp.h" 20 21 #include "integ.h" -
trunk/SophyaLib/SkyT/specrespvector.cc
r2344 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: specrespvector.cc,v 1.1 0 2003-03-10 15:13:49 ansariExp $3 // $Id: specrespvector.cc,v 1.11 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 15 15 // C++ Headers -- 16 16 //--------------- 17 #include "sopnamsp.h" 17 18 #include "machdefs.h" 18 19 #include <iostream> -
trunk/SophyaLib/SkyT/squarefilt.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: squarefilt.cc,v 1. 7 2003-02-11 15:31:07cmv Exp $3 // $Id: squarefilt.cc,v 1.8 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 13 13 // C++ Headers -- 14 14 //--------------- 15 #include "sopnamsp.h" 15 16 #include "machdefs.h" 16 17 #include <iostream> -
trunk/SophyaLib/SkyT/trianglefilt.cc
r2322 r2615 1 1 //-------------------------------------------------------------------------- 2 2 // File and Version Information: 3 // $Id: trianglefilt.cc,v 1. 7 2003-02-11 15:31:07cmv Exp $3 // $Id: trianglefilt.cc,v 1.8 2004-09-10 09:54:40 cmv Exp $ 4 4 // 5 5 // Description: … … 13 13 // C++ Headers -- 14 14 //--------------- 15 #include "sopnamsp.h" 15 16 #include "machdefs.h" 16 17 #include <iostream> -
trunk/SophyaLib/SysTools/cexpre.cc
r2598 r2615 3 3 #include <ctype.h> 4 4 #include <string.h> 5 #include "sopnamsp.h" 5 6 #include "cexpre.h" 6 7 #include <stack> -
trunk/SophyaLib/SysTools/commander.cc
r2598 r2615 1 #include "sopnamsp.h" 1 2 #include "commander.h" 2 3 #include <stdio.h> -
trunk/SophyaLib/SysTools/ctimer.cc
r2598 r2615 1 1 // 2 // $Id: ctimer.cc,v 1. 5 2004-08-11 13:10:25 ansariExp $2 // $Id: ctimer.cc,v 1.6 2004-09-10 09:54:57 cmv Exp $ 3 3 // 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include "ctimer.h" -
trunk/SophyaLib/SysTools/cxxcmplnk.cc
r2598 r2615 2 2 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 3 3 4 #include "sopnamsp.h" 4 5 #include "cxxcmplnk.h" 5 6 #include <iostream> -
trunk/SophyaLib/SysTools/pdlmgr.cc
r2598 r2615 5 5 #include <machdefs.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "pdlmgr.h" 8 9 #include <stdio.h> -
trunk/SophyaLib/SysTools/periodic.cc
r2143 r2615 4 4 /* LAL/IN2P3 (Orsay) DAPNIA/CEA (Saclay) */ 5 5 6 #include "sopnamsp.h" 6 7 #include "machdefs.h" 7 8 #include <signal.h> -
trunk/SophyaLib/SysTools/psighand.cc
r2598 r2615 4 4 #include <string.h> 5 5 #include <signal.h> 6 #include "sopnamsp.h" 6 7 #include "psighand.h" 7 8 #include "pexceptions.h" -
trunk/SophyaLib/SysTools/resusage.cc
r2598 r2615 1 #include "sopnamsp.h" 1 2 #include "resusage.h" 2 3 -
trunk/SophyaLib/SysTools/rpneval.cc
r2598 r2615 1 #include "sopnamsp.h" 1 2 #include "rpneval.h" 2 3 #include <stdlib.h> -
trunk/SophyaLib/SysTools/zthread.cc
r2598 r2615 2 2 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 3 3 4 #include "sopnamsp.h" 4 5 #include "zthread.h" 5 6 #include <stdlib.h> -
trunk/SophyaLib/TArray/basarr.cc
r2583 r2615 2 2 // R. Ansari, C.Magneville 03/2000 3 3 4 #include "sopnamsp.h" 4 5 #include "machdefs.h" 5 6 #include <stdio.h> -
trunk/SophyaLib/TArray/fioarr.cc
r1953 r2615 2 2 // R. Ansari, C.Magneville 03/2000 3 3 4 #include "sopnamsp.h" 4 5 #include "pexceptions.h" 5 6 #include "fiondblock.h" -
trunk/SophyaLib/TArray/matharr.cc
r2322 r2615 2 2 // R. Ansari, C.Magneville 03/2000 3 3 4 #include "sopnamsp.h" 4 5 #include "machdefs.h" 5 6 #include <math.h> -
trunk/SophyaLib/TArray/sopemtx.cc
r2421 r2615 1 1 // C.Magneville, R.Ansari 03/2000 2 2 3 #include "sopnamsp.h" 3 4 #include "machdefs.h" 4 5 #include <stdio.h> -
trunk/SophyaLib/TArray/tarray.cc
r2589 r2615 2 2 // R. Ansari, C.Magneville 03/2000 3 3 4 #include "sopnamsp.h" 4 5 #include "machdefs.h" 5 6 #include <stdio.h> -
trunk/SophyaLib/TArray/tarrinit.cc
r1371 r2615 1 1 // Classe d'initialisation du module TArray (template Arrays) 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include "tarrinit.h" -
trunk/SophyaLib/TArray/tmatrix.cc
r2585 r2615 1 // $Id: tmatrix.cc,v 1.2 8 2004-07-30 13:11:51cmv Exp $1 // $Id: tmatrix.cc,v 1.29 2004-09-10 09:55:07 cmv Exp $ 2 2 // C.Magneville 04/99 3 #include "sopnamsp.h" 3 4 #include "machdefs.h" 4 5 #include <stdio.h> -
trunk/SophyaLib/TArray/toeplitzMatrix.cc
r1941 r2615 1 1 2 #include "sopnamsp.h" 2 3 #include "toeplitzMatrix.h" 3 4 #include "timing.h" -
trunk/SophyaLib/TArray/tvector.cc
r2575 r2615 1 // $Id: tvector.cc,v 1.1 6 2004-07-29 12:31:16 ansariExp $1 // $Id: tvector.cc,v 1.17 2004-09-10 09:55:07 cmv Exp $ 2 2 // C.Magneville 04/99 3 #include "sopnamsp.h" 3 4 #include "machdefs.h" 4 5 #include <stdlib.h> -
trunk/SophyaLib/TArray/utilarr.cc
r2288 r2615 2 2 // R. Ansari, C.Magneville 03/2000 3 3 4 #include "sopnamsp.h" 4 5 #include "machdefs.h" 5 6 #include "utilarr.h" -
trunk/SophyaPI/DemoPIApp/exmoddrw.cc
r2500 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaPI/DemoPIApp/exmodule.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaPI/DemoPIApp/user.cc
r2322 r2615 5 5 #include <string> 6 6 7 #include "sopnamsp.h" 7 8 #include "nobjmgr.h" 8 9 -
trunk/SophyaPI/PI/Tests/midasitt.cc
r2302 r2615 6 6 #include <iostream.h> 7 7 8 #include "sopnamsp.h" 8 9 #include "pisysdep.h" 9 10 -
trunk/SophyaPI/PI/Tests/pilinetst.cc
r1893 r2615 6 6 #include <iostream.h> 7 7 8 #include "sopnamsp.h" 8 9 #include "pisysdep.h" 9 10 #include PIAPP_H -
trunk/SophyaPI/PI/Tests/pist.cc
r1908 r2615 5 5 #include <iostream.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "pisysdep.h" 8 9 #include PIAPP_H -
trunk/SophyaPI/PI/Tests/pit0.cc
r1538 r2615 6 6 7 7 8 #include "sopnamsp.h" 8 9 #include "pisysdep.h" 9 10 -
trunk/SophyaPI/PI/Tests/pit1.cc
r2302 r2615 5 5 #include <iostream.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "pisysdep.h" 8 9 #include PIAPP_H -
trunk/SophyaPI/PI/Tests/pitcons.cc
r1074 r2615 7 7 #include <Xm/Xm.h> // Pour *DBG* 8 8 9 #include "sopnamsp.h" 9 10 #include "pisysdep.h" 10 11 -
trunk/SophyaPI/PI/Tests/pitgr.cc
r2302 r2615 6 6 #include <iostream.h> 7 7 8 #include "sopnamsp.h" 8 9 #include "pisysdep.h" 9 10 -
trunk/SophyaPI/PI/Tests/pitst.cc
r1934 r2615 7 7 /* C'est ecrit n'importe comment ! */ 8 8 9 #include "sopnamsp.h" 9 10 #include "pisysdep.h" 10 11 -
trunk/SophyaPI/PI/Tests/xp0.cc
r536 r2615 4 4 5 5 6 #include "sopnamsp.h" 6 7 #include "pisysdep.h" 7 8 -
trunk/SophyaPI/PI/Tests/xp1.cc
r714 r2615 3 3 #include <iostream.h> 4 4 5 #include "sopnamsp.h" 5 6 #include "pisysdep.h" 6 7 -
trunk/SophyaPI/PI/Tests/xp2.cc
r714 r2615 5 5 #include <iostream.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "pisysdep.h" 8 9 #include PIAPP_H -
trunk/SophyaPI/PI/Tests/xp3.cc
r2302 r2615 6 6 #include <iostream.h> 7 7 8 #include "sopnamsp.h" 8 9 #include "pisysdep.h" 9 10 -
trunk/SophyaPI/PI/lut.cc
r1503 r2615 4 4 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 5 5 6 #include "sopnamsp.h" 6 7 #include "machdefs.h" 7 8 #include <stdlib.h> -
trunk/SophyaPI/PI/parradapter.cc
r1552 r2615 7 7 8 8 // #include "ctimer.h" Pour mesure TCPU 9 #include "sopnamsp.h" 9 10 #include "parradapter.h" 10 11 -
trunk/SophyaPI/PI/pi3ddrw.cc
r2546 r2615 7 7 #include <math.h> 8 8 9 #include "sopnamsp.h" 9 10 #include "pi3ddrw.h" 10 11 -
trunk/SophyaPI/PI/pi3dwdg.cc
r2546 r2615 7 7 #include <math.h> 8 8 9 #include "sopnamsp.h" 9 10 #include "pi3dwdg.h" 10 11 #include "pidrwtools.h" -
trunk/SophyaPI/PI/piapplgen.cc
r1592 r2615 52 52 53 53 54 #include "sopnamsp.h" 54 55 #include "piapplgen.h" 55 56 -
trunk/SophyaPI/PI/piapplmac.cc
r369 r2615 1 1 2 #include "sopnamsp.h" 2 3 #include "piapplmac.h" 3 4 #include "pippmenubar.h" -
trunk/SophyaPI/PI/piapplx.cc
r2607 r2615 5 5 #include <X11/StringDefs.h> 6 6 #include <Xm/Xm.h> 7 #include "sopnamsp.h" 7 8 #include "piapplx.h" 8 9 #include "picontainerx.h" -
trunk/SophyaPI/PI/piaxes.cc
r2522 r2615 4 4 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 5 5 6 #include "sopnamsp.h" 6 7 #include "machdefs.h" 7 8 #include <stdio.h> -
trunk/SophyaPI/PI/piaxestools.cc
r2349 r2615 7 7 #include <iostream> 8 8 9 #include "sopnamsp.h" 9 10 #include "piaxes.h" 10 11 #include "piaxestools.h" -
trunk/SophyaPI/PI/pibargraph.cc
r2549 r2615 3 3 // (C) LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <stdlib.h> -
trunk/SophyaPI/PI/pibwdggen.cc
r2529 r2615 5 5 #include <stdio.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "pibwdggen.h" 8 9 #include "pidrawer.h" -
trunk/SophyaPI/PI/pibwdgmac.cc
r88 r2615 2 2 3 3 #include <LString.h> 4 #include "sopnamsp.h" 4 5 #include "pibwdgmac.h" 5 6 #include "piupdattachment.h" -
trunk/SophyaPI/PI/pibwdgx.cc
r1034 r2615 13 13 #include <X11/CoreP.h> 14 14 15 #include "sopnamsp.h" 15 16 #include "pixtbaseP.h" 16 17 #include "pixtbase.h" -
trunk/SophyaPI/PI/picmap.cc
r2379 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "picmap.h" 6 7 #include <iostream> -
trunk/SophyaPI/PI/picmapgen.cc
r1503 r2615 1 #include "sopnamsp.h" 1 2 #include "picmapgen.h" 2 3 #include <list> -
trunk/SophyaPI/PI/picmapmac.cc
r69 r2615 1 #include "sopnamsp.h" 1 2 #include "picmapmac.h" 2 3 #include <UDebugging.h> -
trunk/SophyaPI/PI/picmapview.cc
r2375 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "picmapview.h" 6 7 #include <math.h> -
trunk/SophyaPI/PI/picmapx.cc
r1503 r2615 5 5 #include <X11/Xatom.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "piwdgx.h" 8 9 #include "picmapx.h" -
trunk/SophyaPI/PI/picons.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "pisysdep.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PI/picontainergen.cc
r1534 r2615 7 7 #include <stdio.h> 8 8 9 #include "sopnamsp.h" 9 10 #include "picontainergen.h" 10 11 -
trunk/SophyaPI/PI/picontainermac.cc
r64 r2615 1 #include "sopnamsp.h" 1 2 #include "picontainermac.h" 2 3 -
trunk/SophyaPI/PI/picontainerx.cc
r1074 r2615 1 #include "sopnamsp.h" 1 2 #include "picontainerx.h" 2 3 -
trunk/SophyaPI/PI/pidrawer.cc
r2530 r2615 4 4 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 5 5 6 #include "sopnamsp.h" 6 7 #include "machdefs.h" 7 8 #include <strings.h> -
trunk/SophyaPI/PI/pidrawwin.cc
r329 r2615 1 #include "sopnamsp.h" 1 2 #include "pidrawwin.h" 2 3 -
trunk/SophyaPI/PI/pidrwtools.cc
r2539 r2615 5 5 #include <stdlib.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "pidrwtools.h" 8 9 #include <iostream> -
trunk/SophyaPI/PI/pieldrw.cc
r2522 r2615 3 3 // (C) LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <strings.h> -
trunk/SophyaPI/PI/pierrdisp.cc
r23 r2615 1 #include "sopnamsp.h" 1 2 #include "pierrdisp.h" 2 3 #include "utils.h" -
trunk/SophyaPI/PI/pievthandler.cc
r190 r2615 4 4 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 5 5 6 #include "sopnamsp.h" 6 7 #include "pievthandler.h" 7 8 -
trunk/SophyaPI/PI/pifilechogen.cc
r2300 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "pifilechogen.h" 6 7 -
trunk/SophyaPI/PI/pifilechomac.cc
r64 r2615 1 #include "sopnamsp.h" 1 2 #include "pifilechomac.h" 2 3 -
trunk/SophyaPI/PI/pifilechox.cc
r329 r2615 2 2 #include<string.h> 3 3 4 #include "sopnamsp.h" 4 5 #include "pisysdep.h" 5 6 -
trunk/SophyaPI/PI/pifontgen.cc
r2300 r2615 4 4 // Classe generique de gestion de fonte - (Ne peut etre instancie) 5 5 6 #include "sopnamsp.h" 6 7 #include "pigraphgen.h" 7 8 -
trunk/SophyaPI/PI/pifontmac.cc
r369 r2615 5 5 #include <stdio.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "pisysdep.h" 8 9 #include "pifontmac.h" -
trunk/SophyaPI/PI/pifontx.cc
r1904 r2615 8 8 #include <X11/StringDefs.h> 9 9 10 #include "sopnamsp.h" 10 11 #include "pisysdep.h" 11 12 #include "pifontx.h" -
trunk/SophyaPI/PI/pigraph3d.cc
r369 r2615 5 5 #include <stdio.h> 6 6 #include <math.h> 7 #include "sopnamsp.h" 7 8 #include "pigraph3d.h" 8 9 -
trunk/SophyaPI/PI/pigraphgen.cc
r2426 r2615 5 5 // Classe generique de trace graphique de base (Ne peut etre instancie) 6 6 7 #include "sopnamsp.h" 7 8 #include "pigraphgen.h" 8 9 #include <math.h> -
trunk/SophyaPI/PI/pigraphmac.cc
r2257 r2615 1 1 #include <stdio.h> 2 2 3 #include "sopnamsp.h" 3 4 #include "pigraphmac.h" 4 5 #include "UDrawingState.h" -
trunk/SophyaPI/PI/pigraphps.cc
r2257 r2615 5 5 #include <stdio.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "pigraphps.h" 8 9 -
trunk/SophyaPI/PI/pigraphuc.cc
r2394 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <iostream> -
trunk/SophyaPI/PI/pigraphx.cc
r2472 r2615 10 10 #include <X11/Xutil.h> 11 11 12 #include "sopnamsp.h" 12 13 #include "pigraphx.h" 13 14 -
trunk/SophyaPI/PI/pigratt.cc
r2503 r2615 3 3 // (C) LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "pigratt.h" 6 7 #include <ctype.h> -
trunk/SophyaPI/PI/pigrcoord.cc
r2139 r2615 4 4 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 5 5 6 #include "sopnamsp.h" 6 7 #include "pigrcoord.h" 7 8 #include <stdlib.h> -
trunk/SophyaPI/PI/piimage.cc
r2539 r2615 5 5 6 6 7 #include "sopnamsp.h" 7 8 #include "pisysdep.h" 8 9 #include <stdlib.h> -
trunk/SophyaPI/PI/piimgtools.cc
r2378 r2615 5 5 #include <stdlib.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "piimgtools.h" 8 9 #include "piimage.h" -
trunk/SophyaPI/PI/pilineatt.cc
r2300 r2615 4 4 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 5 5 6 #include "sopnamsp.h" 6 7 #include "pilineatt.h" 7 8 #include <math.h> -
trunk/SophyaPI/PI/pilistgen.cc
r329 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "pilistgen.h" 6 7 -
trunk/SophyaPI/PI/pilistmac.cc
r369 r2615 1 1 #include<stdio.h> 2 2 3 #include "sopnamsp.h" 3 4 #include "pilistmac.h" 4 5 -
trunk/SophyaPI/PI/pilistx.cc
r425 r2615 1 1 #include<stdio.h> 2 2 3 #include "sopnamsp.h" 3 4 #include "pilistx.h" 4 5 #include "picontainerx.h" -
trunk/SophyaPI/PI/pimenubargen.cc
r329 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "pimenubargen.h" 6 7 -
trunk/SophyaPI/PI/pimenubarmac.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "pimenubarmac.h" 2 3 #include "pippmenubar.h" -
trunk/SophyaPI/PI/pimenubarx.cc
r425 r2615 1 1 #include<stdio.h> 2 2 3 #include "sopnamsp.h" 3 4 #include "pimenubarx.h" 4 5 #include PIAPP_H -
trunk/SophyaPI/PI/pimenugen.cc
r329 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "pimenugen.h" 6 7 -
trunk/SophyaPI/PI/pimenumac.cc
r369 r2615 1 1 #include <LString.h> 2 #include "sopnamsp.h" 2 3 #include "pimenumac.h" 3 4 #include <algorithm> -
trunk/SophyaPI/PI/pimenux.cc
r2531 r2615 2 2 #include<iostream> 3 3 4 #include "sopnamsp.h" 4 5 #include "pisysdep.h" 5 6 #include PIMENUBAR_H -
trunk/SophyaPI/PI/pimsghandler.cc
r110 r2615 4 4 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 5 5 6 #include "sopnamsp.h" 6 7 #include "pimsghandler.h" 7 8 -
trunk/SophyaPI/PI/pioptmenugen.cc
r537 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "pioptmenugen.h" 6 7 -
trunk/SophyaPI/PI/pioptmenumac.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "pioptmenumac.h" 2 3 #include "pippoptmenu.h" -
trunk/SophyaPI/PI/pioptmenux.cc
r1124 r2615 4 4 #include <Xm/PushB.h> 5 5 6 #include "sopnamsp.h" 6 7 #include "pisysdep.h" 7 8 #include "pioptmenux.h" -
trunk/SophyaPI/PI/piperiodmac.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "piperiodmac.h" 2 3 -
trunk/SophyaPI/PI/piperiodx.cc
r543 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/CEA (Saclay) 4 4 5 #include "sopnamsp.h" 5 6 #include "piwdgx.h" 6 7 #include "piperiodx.h" -
trunk/SophyaPI/PI/pipixmapgen.cc
r1503 r2615 6 6 #include <stdio.h> 7 7 8 #include "sopnamsp.h" 8 9 #include "pipixmapgen.h" 9 10 -
trunk/SophyaPI/PI/pipixmapmac.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "pipixmapmac.h" 2 3 -
trunk/SophyaPI/PI/pipixmapx.cc
r329 r2615 5 5 #include <X11/Xatom.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "pipixmapx.h" 8 9 -
trunk/SophyaPI/PI/pippapplmac.cc
r69 r2615 1 #include "sopnamsp.h" 1 2 #include "pippapplmac.h" 2 3 #include "piupdattachment.h" -
trunk/SophyaPI/PI/pipplist.cc
r64 r2615 1 #include "sopnamsp.h" 1 2 #include "pipplist.h" 2 3 #include <LTableMonoGeometry.h> -
trunk/SophyaPI/PI/pippmenubar.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "pippmenubar.h" 2 3 -
trunk/SophyaPI/PI/pippoptmenu.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "pippoptmenu.h" 2 3 -
trunk/SophyaPI/PI/pippviewadapter.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "pippviewadapter.h" 2 3 #include "piupdattachment.h" -
trunk/SophyaPI/PI/pippwindowmac.cc
r69 r2615 1 #include "sopnamsp.h" 1 2 #include "pippwindowmac.h" 2 3 -
trunk/SophyaPI/PI/piscdrawwdg.cc
r2539 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <math.h> -
trunk/SophyaPI/PI/pistdwdggen.cc
r329 r2615 1 #include "sopnamsp.h" 1 2 #include "pistdwdggen.h" 2 3 -
trunk/SophyaPI/PI/pistdwdgmac.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "pistdwdgmac.h" 2 3 #include <LString.h> -
trunk/SophyaPI/PI/pistdwdgx.cc
r425 r2615 2 2 #include<string.h> 3 3 4 #include "sopnamsp.h" 4 5 #include "pisysdep.h" 5 6 #include PISTDWDG_H -
trunk/SophyaPI/PI/pistzwin.cc
r1534 r2615 6 6 #include <stdio.h> 7 7 8 #include "sopnamsp.h" 8 9 #include "pistzwin.h" 9 10 #include "psfile.h" -
trunk/SophyaPI/PI/pisurfdr.cc
r2546 r2615 4 4 5 5 #include <math.h> 6 #include "sopnamsp.h" 6 7 #include "pisurfdr.h" 7 8 -
trunk/SophyaPI/PI/pitherm.cc
r2300 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "pitherm.h" 6 7 -
trunk/SophyaPI/PI/pitxtdrw.cc
r2549 r2615 3 3 // (C) LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <stdlib.h> -
trunk/SophyaPI/PI/piup.cc
r37 r2615 3 3 #include <string.h> 4 4 5 #include "sopnamsp.h" 5 6 #include "ctimer.h" 6 7 #include "imageop.h" -
trunk/SophyaPI/PI/piup_def.cc
r37 r2615 3 3 #include <string.h> 4 4 5 #include "sopnamsp.h" 5 6 #include "ctimer.h" 6 7 #include "imageop.h" -
trunk/SophyaPI/PI/piupdattachment.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "piupdattachment.h" 2 3 //const MessageT msg_MouseUp = 819; -
trunk/SophyaPI/PI/piwdggen.cc
r2503 r2615 8 8 #include <stdio.h> 9 9 10 #include "sopnamsp.h" 10 11 #include "piwdggen.h" 11 12 #include "picontainergen.h" -
trunk/SophyaPI/PI/piwdgmac.cc
r369 r2615 1 #include "sopnamsp.h" 1 2 #include "piwdgmac.h" 2 3 #include "pisysdep.h" -
trunk/SophyaPI/PI/piwdgx.cc
r2528 r2615 14 14 #include <Xm/Form.h> // Idem 15 15 16 #include "sopnamsp.h" 16 17 #include "piwdgx.h" 17 18 #include "picontainerx.h" -
trunk/SophyaPI/PI/piwindowgen.cc
r1534 r2615 5 5 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 6 6 7 #include "sopnamsp.h" 7 8 #include "piwindowgen.h" 8 9 #include "psfile.h" -
trunk/SophyaPI/PI/piwindowmac.cc
r69 r2615 1 #include "sopnamsp.h" 1 2 #include "piwindowmac.h" 2 3 #include "pippwindowmac.h" -
trunk/SophyaPI/PI/piwindowx.cc
r1263 r2615 1 1 #include <stdio.h> 2 2 3 #include "sopnamsp.h" 3 4 #include "piwindowx.h" 4 5 -
trunk/SophyaPI/PI/pixtbase.cc
r2426 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PI/piyfxdrw.cc
r2516 r2615 3 3 // (C) LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <stdlib.h> -
trunk/SophyaPI/PI/psfile.cc
r2590 r2615 19 19 #include <time.h> 20 20 21 #include "sopnamsp.h" 21 22 #include "psfile.h" 22 23 -
trunk/SophyaPI/PIGcont/picntools.cc
r2381 r2615 5 5 // #include <stdlib.h> 6 6 7 #include "sopnamsp.h" 7 8 #include "machdefs.h" 8 9 #include <string> -
trunk/SophyaPI/PIGcont/pigncont.cc
r2322 r2615 5 5 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 6 6 7 #include "sopnamsp.h" 7 8 #include "machdefs.h" 8 9 #include <stdio.h> -
trunk/SophyaPI/PIext/basexecut.cc
r2545 r2615 1 #include "sopnamsp.h" 1 2 #include "piacmd.h" 2 3 -
trunk/SophyaPI/PIext/contmodex.cc
r2251 r2615 1 #include "sopnamsp.h" 1 2 #include "contmodex.h" 2 3 -
trunk/SophyaPI/PIext/cxxexecutor.cc
r2437 r2615 1 #include "sopnamsp.h" 1 2 #include "cxxexecutor.h" 2 3 -
trunk/SophyaPI/PIext/cxxexecwin.cc
r1321 r2615 4 4 // R. Ansari C.Magneville 10/2000 5 5 6 #include "sopnamsp.h" 6 7 #include "cxxexecutor.h" 7 8 #include "cxxexecwin.h" -
trunk/SophyaPI/PIext/flowmodex.cc
r1971 r2615 1 #include "sopnamsp.h" 1 2 #include "flowmodex.h" 2 3 #include "pi2dvec.h" -
trunk/SophyaPI/PIext/nobjmgr.cc
r2492 r2615 9 9 #include <map> 10 10 11 #include "sopnamsp.h" 11 12 #include "strutil.h" 12 13 #include "datatypes.h" -
trunk/SophyaPI/PIext/nomgadapter.cc
r2383 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/nomgfdadapter.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/nomhistadapter.cc
r2605 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/nomimagadapter.cc
r2343 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/nommatvecadapter.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/nomskymapadapter.cc
r2613 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/nomspecrespadapter.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/nomstladapter.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/nomtarradapter.cc
r2343 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r2343 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/pawexecut.cc
r2605 r2615 5 5 #include <typeinfo> 6 6 7 #include "sopnamsp.h" 7 8 #include "strutil.h" 8 9 #include "histos.h" -
trunk/SophyaPI/PIext/pi2dvec.cc
r2517 r2615 6 6 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 7 7 8 #include "sopnamsp.h" 8 9 #include "machdefs.h" 9 10 #include <stdio.h> -
trunk/SophyaPI/PIext/piacmd.cc
r2606 r2615 1 #include "sopnamsp.h" 1 2 #include "piacmd.h" 2 3 #include <stdio.h> -
trunk/SophyaPI/PIext/piafitting.cc
r2322 r2615 12 12 #include <typeinfo> 13 13 14 #include "sopnamsp.h" 14 15 #include "strutil.h" 15 16 #include "nbtri.h" -
trunk/SophyaPI/PIext/pigfd1.cc
r2517 r2615 2 2 3 3 #include <stdio.h> 4 #include "sopnamsp.h" 4 5 #include "pigfd1.h" 5 6 -
trunk/SophyaPI/PIext/pigfd2.cc
r1905 r2615 2 2 3 3 #include <stdio.h> 4 #include "sopnamsp.h" 4 5 #include "pigfd2.h" 5 6 -
trunk/SophyaPI/PIext/pihisto.cc
r2523 r2615 8 8 #include <typeinfo> 9 9 10 #include "sopnamsp.h" 10 11 #include "pihisto.h" 11 12 #include "hisprof.h" -
trunk/SophyaPI/PIext/pihisto2d.cc
r2523 r2615 3 3 #include <pisysdep.h> 4 4 #include PIAPP_H 5 #include "sopnamsp.h" 5 6 #include "pihisto2d.h" 6 7 #include "nbrandom.h" -
trunk/SophyaPI/PIext/piinit.cc
r2613 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "piinit.h" -
trunk/SophyaPI/PIext/pintup3d.cc
r2547 r2615 4 4 5 5 #include <stdio.h> 6 #include "sopnamsp.h" 6 7 #include "pintup3d.h" 7 8 -
trunk/SophyaPI/PIext/pintuple.cc
r2524 r2615 7 7 #include <iostream> 8 8 #include <math.h> 9 #include "sopnamsp.h" 9 10 #include "pintuple.h" 10 11 -
trunk/SophyaPI/PIext/pipodrw.cc
r584 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "pipodrw.h" 6 7 #include "generalfit.h" -
trunk/SophyaPI/PIext/pisiadw.cc
r2460 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/pistdimgapp.cc
r2606 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaPI/PIext/pistlist.cc
r2185 r2615 3 3 4 4 #include <stdio.h> 5 #include "sopnamsp.h" 5 6 #include "pistlist.h" 6 7 -
trunk/SophyaPI/PIext/pitvmaad.cc
r2343 r2615 3 3 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 4 4 5 #include "sopnamsp.h" 5 6 #include "pitvmaad.h" 6 7 #include <math.h> -
trunk/SophyaPI/PIext/servnobjm.cc
r2605 r2615 9 9 #include <map> 10 10 11 #include "sopnamsp.h" 11 12 #include "strutil.h" 12 13 -
trunk/SophyaPI/ProgPI/fitsbtadapter.cc
r2322 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/SophyaPI/ProgPI/piapp.cc
r2418 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "pistdimgapp.h" 7 8 #include "piacmd.h" -
trunk/SophyaPI/ProgPI/skymapmodule.cc
r2468 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaPI/ProgPI/sopiamodule.cc
r2595 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaPI/ProgPI/w2ps.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaProg/PMixer/Sph2Sph.cc
r1062 r2615 1 #include "sopnamsp.h" 1 2 #include "pmixer.h" 2 3 -
trunk/SophyaProg/PMixer/easyTest.cc
r2322 r2615 1 1 #include <iostream> 2 #include "sopnamsp.h" 2 3 #include "blackbody.h" 3 4 #include "radspecvector.h" -
trunk/SophyaProg/PMixer/extractRS.cc
r1976 r2615 1 #include "sopnamsp.h" 1 2 #include "pmixer.h" 2 3 -
trunk/SophyaProg/PMixer/skymixer.cc
r1358 r2615 1 #include "sopnamsp.h" 1 2 #include "pmixer.h" 2 3 -
trunk/SophyaProg/PMixer/tgrsr.cc
r1252 r2615 1 1 #include <typeinfo> 2 #include "sopnamsp.h" 2 3 #include "pmixer.h" 3 4 -
trunk/SophyaProg/PMixer/tgsky.cc
r1295 r2615 1 #include "sopnamsp.h" 1 2 #include "pmixer.h" 2 3 #include "mapoperation.h" -
trunk/SophyaProg/PrgMap/cl2map.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" // Definitions specifiques SOPHYA 2 3 -
trunk/SophyaProg/PrgMap/cremskfrsph.cc
r2322 r2615 3 3 // cremskfrsph -m 0.1 -v 1.,0. sph143k05_e.fits sphmskw.fits 4 4 // cremskfrsph -n -m -1.e-30. -M 1.e-30. -v 1.,0. sph143k05.fits sphmsk.fits 5 #include "sopnamsp.h" 5 6 #include "machdefs.h" 6 7 #include <unistd.h> -
trunk/SophyaProg/PrgMap/extrap2sph.cc
r2322 r2615 4 4 // extrap2sph -w sph143k05_e.fits sph143k05.fits sphred.fits sphout_2.fits 5 5 // extrap2sph -m -1.e-30 -M +1.e-30 sph143k05.fits sphred.fits sphout_22.fits 6 #include "sopnamsp.h" 6 7 #include "machdefs.h" 7 8 #include <unistd.h> -
trunk/SophyaProg/PrgMap/extrapsph.cc
r2322 r2615 4 4 // extrapsph -r 2 sph143k05.fits sph143k05_e.fits 5 5 // sphout.fits sphoutw.fits sphred.fits sphredw.fits 6 #include "sopnamsp.h" 6 7 #include "machdefs.h" 7 8 #include <unistd.h> -
trunk/SophyaProg/PrgMap/map2cl.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" // Definitions specifiques SOPHYA 2 3 -
trunk/SophyaProg/PrgMap/msksphere.cc
r2322 r2615 1 1 // Creation d'une sphere de masquee a partir d'une sphere de masques 2 2 // cmv 15/6/01 3 #include "sopnamsp.h" 3 4 #include "machdefs.h" 4 5 #include <unistd.h> -
trunk/SophyaProg/PrgMap/prjsmap.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" // Definitions specifiques SOPHYA 2 3 -
trunk/SophyaProg/PrgUtil/runcxx.cc
r2429 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaProg/PrgUtil/scanfits.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "histinit.h" 7 8 #include "dvlist.h" -
trunk/SophyaProg/PrgUtil/scanppf.cc
r2467 r2615 5 5 #include <string> 6 6 7 #include "sopnamsp.h" 7 8 #include "ppersist.h" 8 9 #include "anydataobj.h" -
trunk/SophyaProg/Tests/arrt.cc
r2578 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/carrt.cc
r2586 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/exacmplnk.cc
r1278 r2615 1 #include "sopnamsp.h" 1 2 #include "array.h" 2 3 -
trunk/SophyaProg/Tests/fitsServTest.cc
r2322 r2615 4 4 5 5 #include <iostream> 6 #include "sopnamsp.h" 6 7 #include "fitsioserver.h" 7 8 #include "tvector.h" -
trunk/SophyaProg/Tests/fitsioGorski.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe LocalMap<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "spheregorski.h" -
trunk/SophyaProg/Tests/fitsioImage.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe Image<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "cimage.h" -
trunk/SophyaProg/Tests/fitsioLocMap.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe LocalMap<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "localmap.h" -
trunk/SophyaProg/Tests/fitsioSphere.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe LocalMap<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "spheregorski.h" -
trunk/SophyaProg/Tests/jtcpitarr.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "JTC/JTC.h" -
trunk/SophyaProg/Tests/jtctarr.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "JTC/JTC.h" -
trunk/SophyaProg/Tests/lpk.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/obj_fits.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "histinit.h" 7 8 #include "dvlist.h" -
trunk/SophyaProg/Tests/ovharr.cc
r2582 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/pizthr.cc
r2513 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "zthread.h" -
trunk/SophyaProg/Tests/ppftswap.cc
r2480 r2615 1 #include "sopnamsp.h" 1 2 #include "sophyainit.h" 2 3 #include "array.h" -
trunk/SophyaProg/Tests/spar.cc
r2586 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/sph2lm.cc
r2044 r2615 1 #include "sopnamsp.h" 1 2 #include "tarray.h" 2 3 #include "cimage.h" -
trunk/SophyaProg/Tests/sphg0.cc
r2322 r2615 1 1 #include <iostream> 2 #include "sopnamsp.h" 2 3 #include "sambainit.h" 3 4 #include "tod.h" -
trunk/SophyaProg/Tests/t_scan.cc
r2322 r2615 3 3 4 4 #include <math.h> 5 #include "sopnamsp.h" 5 6 #include "nbmath.h" 6 7 // Utilisation de la classe Scan -
trunk/SophyaProg/Tests/tblitz.cc
r2322 r2615 1 1 #include <stdio.h> 2 2 #include <iostream> 3 #include "sopnamsp.h" 3 4 #include "nbrandom.h" 4 5 #include "timing.h" -
trunk/SophyaProg/Tests/tcmd.cc
r2597 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdio.h> -
trunk/SophyaProg/Tests/tcxxcmpldynl.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "histinit.h" 7 8 #include "array.h" -
trunk/SophyaProg/Tests/tdcr.cc
r2322 r2615 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 #include "sopnamsp.h" 3 4 #include "math.h" 4 5 #include <iostream> -
trunk/SophyaProg/Tests/tdynl.cc
r2499 r2615 5 5 #include <fstream> 6 6 7 #include "sopnamsp.h" 7 8 #include "tarrinit.h" 8 9 #include "array.h" -
trunk/SophyaProg/Tests/testfitsio.cc
r2322 r2615 4 4 5 5 #include <iostream> 6 #include "sopnamsp.h" 6 7 #include "fitsioserver.h" 7 8 #include "tvector.h" -
trunk/SophyaProg/Tests/tfft.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 -
trunk/SophyaProg/Tests/thash.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "ppersist.h" 7 8 int main(int narg, char *arg[]) -
trunk/SophyaProg/Tests/timg.cc
r2322 r2615 2 2 #include <iostream> 3 3 // Utilisation de la classe Image<T> 4 #include "sopnamsp.h" 4 5 #include "ntoolsinit.h" 5 6 #include "array.h" -
trunk/SophyaProg/Tests/tnt.cc
r2322 r2615 4 4 #include <iostream> 5 5 6 #include "sopnamsp.h" 6 7 #include "histinit.h" 7 8 #include "dvlist.h" -
trunk/SophyaProg/Tests/tobjio.cc
r2322 r2615 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 #include "sopnamsp.h" 3 4 #include "math.h" 4 5 #include <iostream> -
trunk/SophyaProg/Tests/tobjio2.cc
r2322 r2615 6 6 7 7 // Pour le test 8 #include "sopnamsp.h" 8 9 #include "histinit.h" 9 10 #include "histos.h" -
trunk/SophyaProg/Tests/tpipe.cc
r2440 r2615 1 #include "sopnamsp.h" 1 2 #include "zthread.h" 2 3 -
trunk/SophyaProg/Tests/tsphereecp.cc
r2609 r2615 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 #include "sopnamsp.h" 3 4 #include "math.h" 4 5 #include <iostream> -
trunk/SophyaProg/Tests/tspm.cc
r2322 r2615 1 1 #include <iostream> 2 #include "sopnamsp.h" 2 3 #include "skymapinit.h" 3 4 #include "skymap.h" -
trunk/SophyaProg/Tests/tspm2.cc
r2322 r2615 1 1 #include <iostream> 2 2 #include <math.h> 3 #include "sopnamsp.h" 3 4 #include "sambainit.h" 4 5 #include "skymap.h" -
trunk/SophyaProg/Tests/tstboloread.cc
r2322 r2615 8 8 -A pointing.fits -1 0 -B bolo.fits -3 0 9 9 */ 10 #include "sopnamsp.h" 10 11 #include "machdefs.h" 11 12 #include <typeinfo> -
trunk/SophyaProg/Tests/tstcolread.cc
r2322 r2615 1 1 // Test des classes FitsBTColRead 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <typeinfo> -
trunk/SophyaProg/Tests/tstndblk.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <iostream> -
trunk/SophyaProg/Tests/tsttmat.cc
r2580 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <iostream> -
trunk/SophyaProg/Tests/tsttminv.cc
r2580 r2615 37 37 38 38 ////////////////////////////////////////////////// 39 #include "sopnamsp.h" 39 40 #include "machdefs.h" 40 41 #include <iostream> -
trunk/SophyaProg/Tests/tsttvec.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <iostream> -
trunk/SophyaProg/Tests/zthr.cc
r2322 r2615 1 #include "sopnamsp.h" 1 2 #include "zthread.h" 2 3
Note:
See TracChangeset
for help on using the changeset viewer.