Changeset 3235 in Sophya for trunk


Ignore:
Timestamp:
Apr 27, 2007, 5:53:07 PM (18 years ago)
Author:
ansari
Message:

suppression include sopnamsp.h et mis la declaration namespace SOPHYA ds les fichiers .cc de NTools, quand DECL_TEMP_SPEC ds le fichier , cmv+reza 27/04/2007

Location:
trunk/SophyaLib/NTools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/fftservintf.cc

    r3002 r3235  
    1 #include "sopnamsp.h"
    21#include "fftservintf.h"
    32
     3namespace SOPHYA {
     4
    45//// VOIR GRAND BLABLA EXPLICATIF A LA FIN DU FICHIER
    56
    67/*!
    7   \class SOPHYA::FFTServerInterface
     8  \class FFTServerInterface
    89  \ingroup NTools
    910  Defines the interface for FFT (Fast Fourier Transform) operations.
     
    170171/* --Methode-- */
    171172/*!
    172   \class SOPHYA::FFTArrayChecker
     173  \class FFTArrayChecker
    173174  \ingroup NTools
    174175  Service class for checking array size and resizing output arrays,
     
    348349
    349350#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    350 namespace SOPHYA {
    351351template class FFTArrayChecker<r_4>;
    352352template class FFTArrayChecker<r_8>;
    353 }
    354353#endif
    355354
    356 
     355} // FIN namespace SOPHYA
    357356
    358357
  • trunk/SophyaLib/NTools/generaldata.cc

    r3065 r3235  
    1 #include "sopnamsp.h"
    21#include "machdefs.h"
    32#include <stdio.h>
     
    1817#include "objfio.h"
    1918
     19namespace SOPHYA {
     20
    2021//================================================================
    2122// GeneralFitData
     
    2324
    2425/*!
    25   \class SOPHYA::GeneralFitData
     26  \class GeneralFitData
    2627  \ingroup NTools
    2728  Classe de stoquage de donnees a plusieurs variables avec erreur
     
    11871188
    11881189#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    1189 template class SOPHYA::ObjFileIO<GeneralFitData>;
     1190template class ObjFileIO<GeneralFitData>;
    11901191#endif
     1192
     1193} // FIN namespace SOPHYA
  • trunk/SophyaLib/NTools/poly.cc

    r2870 r3235  
    1 #include "sopnamsp.h"
    21#include "machdefs.h"
    32#include "poly.h"
     
    54#include "fioarr.h"
    65
     6namespace SOPHYA {
     7
    78////////////////////////////////////////////////////////////
    89////////////////////////////////////////////////////////////
     
    1112////////////////////////////////////////////////////////////
    1213/*!
    13   \class SOPHYA::Poly
     14  \class Poly
    1415  \ingroup NTools
    1516  One dimensional polynomials class.
     
    348349////////////////////////////////////////////////////////////
    349350/*!
    350   \class SOPHYA::Poly2
     351  \class Poly2
    351352  \ingroup NTools
    352353  Two dimensional polynomials class.
     
    793794
    794795#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    795 namespace SOPHYA {
    796796template class ObjFileIO<Poly>;
    797797template class ObjFileIO<Poly2>;
    798 }
    799798#endif
     799
     800} // FIN namespace SOPHYA
Note: See TracChangeset for help on using the changeset viewer.