Last change
on this file since 2857 was 2857, checked in by ansari, 20 years ago |
Modif classe FitsSwapper pour utilisation de FitsInOutFile - Reza 7/12/2005
|
File size:
829 bytes
|
Rev | Line | |
---|
[2782] | 1 | #include "fitsswapper.h"
|
---|
| 2 | #include "sopnamsp.h"
|
---|
| 3 | #include <stdio.h>
|
---|
| 4 | #include <iostream>
|
---|
| 5 |
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 | ///////////////////////////////////////////////////////////////
|
---|
| 9 | ///////////////////////////////////////////////////////////////
|
---|
| 10 | #ifdef __CXX_PRAGMA_TEMPLATES__
|
---|
| 11 |
|
---|
| 12 | #pragma define_template FITSDataSwapper<uint_2>
|
---|
| 13 | #pragma define_template FITSDataSwapper<int_2>
|
---|
| 14 | #pragma define_template FITSDataSwapper<int_4>
|
---|
| 15 | #pragma define_template FITSDataSwapper<int_8>
|
---|
| 16 | #pragma define_template FITSDataSwapper<r_4>
|
---|
| 17 | #pragma define_template FITSDataSwapper<r_8>
|
---|
| 18 | #endif
|
---|
| 19 |
|
---|
| 20 | #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
|
---|
| 21 | template class FITSDataSwapper<uint_2>;
|
---|
| 22 | template class FITSDataSwapper<int_2>;
|
---|
| 23 | template class FITSDataSwapper<int_4>;
|
---|
| 24 | template class FITSDataSwapper<int_8>;
|
---|
| 25 | template class FITSDataSwapper<r_4>;
|
---|
| 26 | template class FITSDataSwapper<r_8>;
|
---|
| 27 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.