Changeset 3234 in Sophya


Ignore:
Timestamp:
Apr 27, 2007, 5:42:22 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
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile.slb

    r2570 r3234  
    1313
    1414# librairie compilateur GNU (g++)
    15 LIBGPP := -L$(GLB) -lstdc++
     15# LIBGPP := -L$(GLB) -lstdc++
    1616#ifeq ($(HOSTTYPE), powerpc)
    1717#  LIBGPP := -L$(GLB)
  • trunk/SophyaLib/TArray/tarray.cc

    r3173 r3234  
    22//                     R. Ansari, C.Magneville   03/2000
    33
    4 #include "sopnamsp.h"
    54#include "machdefs.h"
    65#include <stdio.h>
     
    1211#include "tarray.h"
    1312
    14 /*!
    15   \class SOPHYA::TArray
     13namespace SOPHYA {
     14
     15/*!
     16  \class TArray
    1617  \ingroup TArray
    1718  Class for template arrays with numerical data types (int, float, complex).
     
    16011602
    16021603#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    1603 namespace SOPHYA {
    16041604/*
    16051605template class TArray<uint_1>;
     
    16151615template class TArray< complex<r_4> >;
    16161616template class TArray< complex<r_8> >;
    1617 }
    16181617#endif
    16191618
    1620 
     1619} // FIN namespace SOPHYA
Note: See TracChangeset for help on using the changeset viewer.