Changeset 2873 in Sophya


Ignore:
Timestamp:
Jan 3, 2006, 3:29:37 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta): Ajout qualification de nom pour instanciation explicite de template + correction petit bug - Reza 3 Jan 2006

Location:
trunk/SophyaLib/SkyT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/gaussfilt.cc

    r2615 r2873  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: gaussfilt.cc,v 1.9 2004-09-10 09:54:40 cmv Exp $
     3//      $Id: gaussfilt.cc,v 1.10 2006-01-03 14:29:37 ansari Exp $
    44//
    55// Description:
     
    161161
    162162#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    163 template class ObjFileIO<GaussianFilter>;
     163template class SOPHYA::ObjFileIO<GaussianFilter>;
    164164#endif
  • trunk/SophyaLib/SkyT/specrespvector.cc

    r2615 r2873  
    11//--------------------------------------------------------------------------
    22// File and Version Information:
    3 //      $Id: specrespvector.cc,v 1.11 2004-09-10 09:54:40 cmv Exp $
     3//      $Id: specrespvector.cc,v 1.12 2006-01-03 14:29:37 ansari Exp $
    44//
    55// Description:
     
    5151  _vecOfFDeNu = fdenu;
    5252  _size = nu.NElts();
    53   if(_vecOfNu.NElts() != _vecOfFDeNu.NElts()) cout << "vectors are not compatible" << exit;
    5453}
    5554
     
    6463  _numax = nu(nu.NElts()-1);
    6564  _size = nu.NElts();
    66   if(_vecOfNu.NElts() != _vecOfFDeNu.NElts()) cout << "vectors are not compatible" << exit;
    6765}
    6866
     
    186184
    187185#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    188 template class ObjFileIO<SpecRespVec>;
     186template class SOPHYA::ObjFileIO<SpecRespVec>;
    189187#endif
Note: See TracChangeset for help on using the changeset viewer.