Changeset 2869 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Jan 3, 2006, 3:22:00 PM (20 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/fiolocalmap.cc
r2615 r2869 227 227 #endif 228 228 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 229 namespace SOPHYA { 229 230 template class FIO_LocalMap<int_4>; 230 231 template class FIO_LocalMap<r_4>; … … 232 233 template class FIO_LocalMap< complex<r_4> >; 233 234 template class FIO_LocalMap< complex<r_8> >; 235 } 234 236 #endif -
trunk/SophyaLib/SkyMap/fiosphereecp.cc
r2615 r2869 139 139 #endif 140 140 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 141 namespace SOPHYA { 141 142 template class FIO_SphereECP<int_4>; 142 143 template class FIO_SphereECP<r_8>; … … 144 145 template class FIO_SphereECP< complex<r_4> >; 145 146 template class FIO_SphereECP< complex<r_8> >; 147 } 146 148 #endif 147 149 -
trunk/SophyaLib/SkyMap/fiospherehealpix.cc
r2615 r2869 171 171 #endif 172 172 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 173 namespace SOPHYA { 173 174 template class FIO_SphereHEALPix<int_4>; 174 175 template class FIO_SphereHEALPix<r_8>; … … 176 177 template class FIO_SphereHEALPix< complex<r_4> >; 177 178 template class FIO_SphereHEALPix< complex<r_8> >; 179 } 178 180 #endif -
trunk/SophyaLib/SkyMap/fiospherethetaphi.cc
r2615 r2869 189 189 #endif 190 190 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 191 namespace SOPHYA { 191 192 template class FIO_SphereThetaPhi<int_4>; 192 193 template class FIO_SphereThetaPhi<r_8>; … … 194 195 template class FIO_SphereThetaPhi< complex<r_4> >; 195 196 template class FIO_SphereThetaPhi< complex<r_8> >; 197 } 196 198 #endif -
trunk/SophyaLib/SkyMap/localmap.cc
r2615 r2869 960 960 #endif 961 961 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 962 namespace SOPHYA { 962 963 template class LocalMap<int_4>; 963 964 template class LocalMap<r_8>; … … 965 966 template class LocalMap< complex<r_8> >; 966 967 template class LocalMap< complex<r_4> >; 968 } 967 969 #endif -
trunk/SophyaLib/SkyMap/mapoperation.cc
r2615 r2869 80 80 81 81 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 82 template class MapOperations<r_4>;83 template class MapOperations<r_8>;82 template class SOPHYA::MapOperations<r_4>; 83 template class SOPHYA::MapOperations<r_8>; 84 84 #endif 85 85 -
trunk/SophyaLib/SkyMap/sphereecp.cc
r2808 r2869 429 429 #endif 430 430 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 431 namespace SOPHYA { 431 432 template class SphereECP<int_4>; 432 433 template class SphereECP<r_4>; … … 434 435 template class SphereECP< complex<r_4> >; 435 436 template class SphereECP< complex<r_8> >; 437 } 436 438 #endif 437 439 -
trunk/SophyaLib/SkyMap/spherehealpix.cc
r2808 r2869 704 704 #endif 705 705 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 706 namespace SOPHYA { 706 707 template class SphereHEALPix<uint_2>; 707 708 template class SphereHEALPix<int_4>; … … 710 711 template class SphereHEALPix< complex<r_4> >; 711 712 template class SphereHEALPix< complex<r_8> >; 713 } 712 714 #endif 713 715 -
trunk/SophyaLib/SkyMap/spherethetaphi.cc
r2808 r2869 850 850 #endif 851 851 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 852 namespace SOPHYA { 852 853 template class SphereThetaPhi<int_4>; 853 854 template class SphereThetaPhi<r_8>; … … 855 856 template class SphereThetaPhi< complex<r_4> >; 856 857 template class SphereThetaPhi< complex<r_8> >; 858 } 857 859 #endif
Note:
See TracChangeset
for help on using the changeset viewer.