Changeset 2869 in Sophya for trunk/SophyaLib/SkyMap/fiolocalmap.cc
- Timestamp:
- Jan 3, 2006, 3:22:00 PM (20 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.