Changeset 3824 in Sophya for trunk/SophyaLib/TArray
- Timestamp:
- Jul 30, 2010, 4:21:28 PM (15 years ago)
- Location:
- trunk/SophyaLib/TArray
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/fiospsqmtx.cc
r3809 r3824 159 159 } 160 160 161 } // Fin de namespace SOPHYA162 161 163 162 … … 184 183 185 184 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 186 namespace SOPHYA {187 185 template class FIO_SpecialSquareMatrix<uint_1>; 188 186 template class FIO_SpecialSquareMatrix<uint_2>; … … 201 199 template class FIO_SpecialSquareMatrix< complex<r_16> >; 202 200 #endif 203 } 204 #endif 201 #endif 202 203 } // Fin de namespace SOPHYA -
trunk/SophyaLib/TArray/spesqmtx.cc
r3809 r3824 271 271 } 272 272 273 274 } // namespace SOPHYA275 273 276 274 /////////////////////////////////////////////////////////////// … … 295 293 296 294 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 297 namespace SOPHYA {298 295 template class SpecialSquareMatrix<uint_1>; 299 296 template class SpecialSquareMatrix<uint_2>; … … 312 309 template class SpecialSquareMatrix< complex<r_16> >; 313 310 #endif 314 }315 311 #endif 316 312 313 } // namespace SOPHYA 314
Note:
See TracChangeset
for help on using the changeset viewer.