source: Sophya/trunk/SophyaExt/FitsIOServer/fitsswapper.cc@ 2857

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
RevLine 
[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)
21template class FITSDataSwapper<uint_2>;
22template class FITSDataSwapper<int_2>;
23template class FITSDataSwapper<int_4>;
24template class FITSDataSwapper<int_8>;
25template class FITSDataSwapper<r_4>;
26template class FITSDataSwapper<r_8>;
27#endif
Note: See TracBrowser for help on using the repository browser.