Changeset 2083 in Sophya


Ignore:
Timestamp:
Jul 3, 2002, 6:56:48 PM (23 years ago)
Author:
ansari
Message:

Suite modifs pour support de cartes (LocalMap, SphericalMap) en int_4 , Reza 3/7/2002

Location:
trunk/SophyaLib/SkyMap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/fiolocalmap.cc

    r2013 r2083  
    219219
    220220#ifdef __CXX_PRAGMA_TEMPLATES__
     221#pragma define_template FIO_LocalMap<int_4>
     222#pragma define_template FIO_LocalMap<r_4>
    221223#pragma define_template FIO_LocalMap<r_8>
    222 #pragma define_template FIO_LocalMap<r_4>
    223224#pragma define_template FIO_LocalMap< complex<r_4> >
    224225#pragma define_template FIO_LocalMap< complex<r_8> >
    225226#endif
    226227#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     228template class FIO_LocalMap<int_4>;
     229template class FIO_LocalMap<r_4>;
    227230template class FIO_LocalMap<r_8>;
    228 template class FIO_LocalMap<r_4>;
    229231template class FIO_LocalMap< complex<r_4> >;
    230232template class FIO_LocalMap< complex<r_8> >;
  • trunk/SophyaLib/SkyMap/fiospherethetaphi.cc

    r1967 r2083  
    181181
    182182#ifdef __CXX_PRAGMA_TEMPLATES__
     183#pragma define_template FIO_SphereThetaPhi<int_4>
    183184#pragma define_template FIO_SphereThetaPhi<r_8>
    184185#pragma define_template FIO_SphereThetaPhi<r_4>
     
    187188#endif
    188189#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
     190template class FIO_SphereThetaPhi<int_4>;
    189191template class FIO_SphereThetaPhi<r_8>;
    190192template class FIO_SphereThetaPhi<r_4>;
Note: See TracChangeset for help on using the changeset viewer.