- Timestamp:
- Apr 27, 2007, 5:53:07 PM (18 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/fftservintf.cc
r3002 r3235 1 #include "sopnamsp.h"2 1 #include "fftservintf.h" 3 2 3 namespace SOPHYA { 4 4 5 //// VOIR GRAND BLABLA EXPLICATIF A LA FIN DU FICHIER 5 6 6 7 /*! 7 \class SOPHYA::FFTServerInterface8 \class FFTServerInterface 8 9 \ingroup NTools 9 10 Defines the interface for FFT (Fast Fourier Transform) operations. … … 170 171 /* --Methode-- */ 171 172 /*! 172 \class SOPHYA::FFTArrayChecker173 \class FFTArrayChecker 173 174 \ingroup NTools 174 175 Service class for checking array size and resizing output arrays, … … 348 349 349 350 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 350 namespace SOPHYA {351 351 template class FFTArrayChecker<r_4>; 352 352 template class FFTArrayChecker<r_8>; 353 }354 353 #endif 355 354 356 355 } // FIN namespace SOPHYA 357 356 358 357 -
trunk/SophyaLib/NTools/generaldata.cc
r3065 r3235 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <stdio.h> … … 18 17 #include "objfio.h" 19 18 19 namespace SOPHYA { 20 20 21 //================================================================ 21 22 // GeneralFitData … … 23 24 24 25 /*! 25 \class SOPHYA::GeneralFitData26 \class GeneralFitData 26 27 \ingroup NTools 27 28 Classe de stoquage de donnees a plusieurs variables avec erreur … … 1187 1188 1188 1189 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 1189 template class SOPHYA::ObjFileIO<GeneralFitData>;1190 template class ObjFileIO<GeneralFitData>; 1190 1191 #endif 1192 1193 } // FIN namespace SOPHYA -
trunk/SophyaLib/NTools/poly.cc
r2870 r3235 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include "poly.h" … … 5 4 #include "fioarr.h" 6 5 6 namespace SOPHYA { 7 7 8 //////////////////////////////////////////////////////////// 8 9 //////////////////////////////////////////////////////////// … … 11 12 //////////////////////////////////////////////////////////// 12 13 /*! 13 \class SOPHYA::Poly14 \class Poly 14 15 \ingroup NTools 15 16 One dimensional polynomials class. … … 348 349 //////////////////////////////////////////////////////////// 349 350 /*! 350 \class SOPHYA::Poly2351 \class Poly2 351 352 \ingroup NTools 352 353 Two dimensional polynomials class. … … 793 794 794 795 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 795 namespace SOPHYA {796 796 template class ObjFileIO<Poly>; 797 797 template class ObjFileIO<Poly2>; 798 }799 798 #endif 799 800 } // FIN namespace SOPHYA
Note:
See TracChangeset
for help on using the changeset viewer.