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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.