Changeset 3238 in Sophya for trunk


Ignore:
Timestamp:
Apr 27, 2007, 6:17:01 PM (18 years ago)
Author:
ansari
Message:

Ajout namespace SOPHYA ds les fichiers .cc au lieu de include sopnamsp.h en presence de DECL_TEMP_SPEC , cmv+reza 27/04/2007

Location:
trunk/SophyaLib/SkyT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/gaussfilt.cc

    r2873 r3238  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: gaussfilt.cc,v 1.10 2006-01-03 14:29:37 ansari Exp $
     3//      $Id: gaussfilt.cc,v 1.11 2007-04-27 16:13:35 ansari Exp $
    44//
    55// Description:
     
    1313// C++ Headers --
    1414//---------------
    15 #include "sopnamsp.h"
    1615#include "machdefs.h"
    1716#include <iostream>
     
    2019#include "gaussfilt.h"
    2120
     21namespace SOPHYA {
     22
    2223/*!
    23  * \class SOPHYA::GaussianFilter
     24 * \class GaussianFilter
    2425 * \ingroup SkyT
    2526 * Gaussian detector response
     
    161162
    162163#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    163 template class SOPHYA::ObjFileIO<GaussianFilter>;
     164template class ObjFileIO<GaussianFilter>;
    164165#endif
     166
     167} // FIN namespace SOPHYA
  • trunk/SophyaLib/SkyT/specrespvector.cc

    r2873 r3238  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: specrespvector.cc,v 1.12 2006-01-03 14:29:37 ansari Exp $
     3//      $Id: specrespvector.cc,v 1.13 2007-04-27 16:17:01 ansari Exp $
    44//
    55// Description:
     
    1515// C++ Headers --
    1616//---------------
    17 #include "sopnamsp.h"
    1817#include "machdefs.h"
    1918#include <iostream>
     
    2423#include "pexceptions.h"
    2524#include "fioarr.h"
     25
     26namespace SOPHYA {
     27
    2628//----------------
    2729// Constructor --
    2830//----------------
    2931/*!
    30  * \class SOPHYA::SpecRespVec
     32 * \class SpecRespVec
    3133 \ingroup SkyT
    3234 One may also want to defined the filter of a detector by two vectors:
     
    184186
    185187#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    186 template class SOPHYA::ObjFileIO<SpecRespVec>;
     188template class ObjFileIO<SpecRespVec>;
    187189#endif
     190
     191} // FIN namespace SOPHYA
Note: See TracChangeset for help on using the changeset viewer.