Changeset 2615 in Sophya for trunk/SophyaLib
- Timestamp:
- Sep 10, 2004, 11:55:27 AM (21 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 104 edited
Legend:
- Unmodified
- Added
- Removed
-
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"
Note:
See TracChangeset
for help on using the changeset viewer.