Changeset 3232 in Sophya for trunk/SophyaLib/BaseTools/ppftpointerio.cc
- Timestamp:
- Apr 27, 2007, 5:19:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ppftpointerio.cc
r2859 r3232 5 5 6 6 #include "machdefs.h" 7 #include "sopnamsp.h"8 7 #include "ppftpointerio.h" 9 8 9 namespace SOPHYA { 10 10 11 //---------------------------------------------------------------------- 11 namespace SOPHYA {12 12 //! \cond 13 13 // Specific implementation using table I/O in PPFBinaryIOStreams … … 81 81 //! \endcond 82 82 83 } // namespace SOPHYA84 83 /* 85 84 #ifdef __CXX_PRAGMA_TEMPLATES__ … … 100 99 101 100 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 102 namespace SOPHYA {103 101 template class PPF_TPointer_IO< char >; 104 102 template class PPF_TPointer_IO< int_1 >; … … 114 112 template class PPF_TPointer_IO< complex<r_4> >; 115 113 template class PPF_TPointer_IO< complex<r_8> >; 116 }117 114 #endif 118 115 */ 116 117 } // namespace SOPHYA
Note:
See TracChangeset
for help on using the changeset viewer.