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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.