Changeset 552 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Nov 5, 1999, 2:11:33 PM (26 years ago)
Author:
ansari
Message:

namespace changed to SOPHYA cmv 5/11/99

Location:
trunk/SophyaLib
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/anydataobj.h

    r268 r552  
    88#include "machdefs.h"
    99
    10 namespace PlanckDPC {
     10namespace SOPHYA {
    1111
    1212class AnyDataObj {
  • trunk/SophyaLib/BaseTools/hashtable.h

    r242 r552  
    1010#include "pexceptions.h"
    1111
    12 namespace PlanckDPC {
     12namespace SOPHYA {
    1313
    1414template <class T, class K>
  • trunk/SophyaLib/BaseTools/machdefs.h

    r480 r552  
    346346
    347347#ifdef __cplusplus
    348 namespace PlanckDPC {}
    349 using namespace PlanckDPC;
     348namespace SOPHYA {}
     349using namespace SOPHYA;
    350350#define EXPLICIT explicit
    351351#include "pclassids.h"
  • trunk/SophyaLib/BaseTools/ndatablock.h

    r502 r552  
    1111#include <iostream.h>
    1212
    13 namespace PlanckDPC {
     13namespace SOPHYA {
    1414
    1515// Classe pour permettre de partager des donnees avec
  • trunk/SophyaLib/BaseTools/objfio.h

    r277 r552  
    1111#include "ppersist.h"
    1212
    13 namespace PlanckDPC {
     13namespace SOPHYA {
    1414
    1515
  • trunk/SophyaLib/BaseTools/pexceptions.h

    r256 r552  
    88using namespace std;
    99
    10 namespace PlanckDPC {
     10namespace SOPHYA {
    1111
    1212  // Ancestor for PError and PException
  • trunk/SophyaLib/BaseTools/ppersist.h

    r481 r552  
    2323// Classe de base pour les objets qui peuvent devenir PPersist
    2424
    25 namespace PlanckDPC {
     25namespace SOPHYA {
    2626 
    2727  class AnyDataObj;
  • trunk/SophyaLib/NTools/cvector.h

    r508 r552  
    55#include "matrix.h"
    66
    7 namespace PlanckDPC {
     7namespace SOPHYA {
    88  class GeneralFit;
    99  template <class T> class TVector;
  • trunk/SophyaLib/NTools/difeq.h

    r514 r552  
    77#include "tvector.h"
    88
    9 namespace PlanckDPC {
     9namespace SOPHYA {
    1010
    1111class GeneralFunction;
  • trunk/SophyaLib/NTools/dvlist.h

    r515 r552  
    1717#include <string>
    1818
    19 namespace PlanckDPC {
     19namespace SOPHYA {
    2020
    2121// Classe utilitaire pour manipuler des variables typees
     
    122122// ObjFileIO<DVList>
    123123
    124 } // namespace PlanckDPC
     124} // namespace SOPHYA
    125125
    126126#endif /* DVLIST_H__SEEN */
  • trunk/SophyaLib/NTools/fct1dfit.h

    r307 r552  
    44#include "generalfit.h"
    55
    6 namespace PlanckDPC {
     6namespace SOPHYA {
    77
    88//================================================================
  • trunk/SophyaLib/NTools/fct2dfit.h

    r307 r552  
    44#include "generalfit.h"
    55
    6 namespace PlanckDPC {
     6namespace SOPHYA {
    77
    88//================================================================
  • trunk/SophyaLib/NTools/generaldata.h

    r490 r552  
    1111#include "poly.h"
    1212
    13 namespace PlanckDPC {
     13namespace SOPHYA {
    1414
    1515class GeneralFit;
  • trunk/SophyaLib/NTools/generalfit.h

    r514 r552  
    77#include "generaldata.h"
    88
    9 namespace PlanckDPC {
     9namespace SOPHYA {
    1010
    1111//================================================================
  • trunk/SophyaLib/NTools/hisprof.h

    r514 r552  
    88#include "histos.h"
    99
    10 namespace PlanckDPC {
     10namespace SOPHYA {
    1111
    1212class HProf : public Histo {
  • trunk/SophyaLib/NTools/histos.h

    r514 r552  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.5 1999-10-25 16:39:57 ansari Exp $
     3// $Id: histos.h,v 1.6 1999-11-05 13:08:29 ansari Exp $
    44//
    55
     
    1515#include "anydataobj.h"
    1616
    17 namespace PlanckDPC {
     17namespace SOPHYA {
    1818
    1919class GeneralFit;
  • trunk/SophyaLib/NTools/histos2.h

    r514 r552  
    1818#include "histos.h"
    1919
    20 namespace PlanckDPC {
     20namespace SOPHYA {
    2121
    2222class GeneralFit;
  • trunk/SophyaLib/NTools/integ.h

    r514 r552  
    33// integ.h
    44//
    5 // $Id: integ.h,v 1.5 1999-10-25 16:39:59 ansari Exp $
     5// $Id: integ.h,v 1.6 1999-11-05 13:08:29 ansari Exp $
    66//
    77
     
    1313#include <set>
    1414
    15 namespace PlanckDPC {
     15namespace SOPHYA {
    1616
    1717class GeneralFunction;
  • trunk/SophyaLib/NTools/linfit.h

    r540 r552  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: linfit.h,v 1.5 1999-11-03 14:38:48 ansari Exp $
     3// $Id: linfit.h,v 1.6 1999-11-05 13:08:30 ansari Exp $
    44//
    55
     
    1212#include "tvector.h"
    1313
    14 namespace PlanckDPC {
     14namespace SOPHYA {
    1515
    1616class LinFitter {
  • trunk/SophyaLib/NTools/matrix.h

    r508 r552  
    1212#include "ppersist.h"
    1313
    14 namespace PlanckDPC {
     14namespace SOPHYA {
    1515  class GeneralFit;
    1616  template <class T> class TMatrix;
  • trunk/SophyaLib/NTools/ntuple.h

    r490 r552  
    1717#include "dvlist.h"
    1818
    19 namespace PlanckDPC {
     19namespace SOPHYA {
    2020
    2121class NTuple : public AnyDataObj , public NTupleInterface {
     
    104104#endif
    105105
    106 } // namespace PlanckDPC
     106} // namespace SOPHYA
    107107
    108108#endif
  • trunk/SophyaLib/NTools/poly.h

    r514 r552  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: poly.h,v 1.3 1999-10-25 16:40:01 ansari Exp $
     3// $Id: poly.h,v 1.4 1999-11-05 13:08:31 ansari Exp $
    44//
    55
     
    1616#include "anydataobj.h"
    1717
    18 namespace PlanckDPC {
     18namespace SOPHYA {
    1919
    2020class Poly2;
  • trunk/SophyaLib/NTools/rk4cdifeq.h

    r514 r552  
    55#include "difeq.h"
    66
    7 namespace PlanckDPC {
     7namespace SOPHYA {
    88
    99// <summary> Runge-Kutta ordre 4 adaptatif </summary>
  • trunk/SophyaLib/NTools/rzimage.h

    r494 r552  
    1515#include "dvlist.h"
    1616
    17 namespace PlanckDPC {class GeneralFit;}
     17namespace SOPHYA {class GeneralFit;}
    1818
    1919// Flags de verifications sur les indices
  • trunk/SophyaLib/NTools/tmatrix.h

    r514 r552  
    1212#include "ndatablock.h"
    1313
    14 namespace PlanckDPC {
     14namespace SOPHYA {
    1515
    1616class GeneralFit;
  • trunk/SophyaLib/NTools/tvector.h

    r514 r552  
    66#include "tmatrix.h"
    77
    8 namespace PlanckDPC {
     8namespace SOPHYA {
    99
    1010class GeneralFit;
  • trunk/SophyaLib/Samba/misstime.h

    r528 r552  
    55#include "machdefs.h"
    66
    7 namespace PlanckDPC {
     7namespace SOPHYA {
    88// Just a double for the moment, would be converted to a class later
    99typedef r_8 MissionTime;
  • trunk/SophyaLib/Samba/spherepos.h

    r529 r552  
    88#include "unitvector.h"
    99
    10 static char *head_spherepos_h_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/Samba/spherepos.h,v 1.2 1999-10-27 14:25:24 ansari Exp $";
     10static char *head_spherepos_h_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/Samba/spherepos.h,v 1.3 1999-11-05 13:10:10 ansari Exp $";
    1111
    12 namespace PlanckDPC {
     12namespace SOPHYA {
    1313
    1414enum SphereCoordSysIds { SphereCoordSys_NEUTRAL =0,
  • trunk/SophyaLib/Samba/tod.h

    r541 r552  
    77#include "misstime.h"
    88
    9 namespace PlanckDPC {
     9namespace SOPHYA {
    1010template<class T>
    1111class TOD
Note: See TracChangeset for help on using the changeset viewer.