Changeset 552 in Sophya for trunk/SophyaLib/NTools


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/NTools
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.