source: Sophya/trunk/SophyaLib/Samba/gorfph.cc@ 228

Last change on this file since 228 was 228, checked in by ansari, 26 years ago

Creation du module DPC/Samba Reza 13/04/99

File size: 1.2 KB
RevLine 
[228]1#include <iostream.h>
2
3extern "C" {
4void anafast_(int&, int&, int&,double&,float*,float*,float*,float*,
5 float*,float*,float*);
6void synfast_(int&, int&, int&,int&, float&,float*,float*,float*,
7 double*, double*,double*,double*,double*,float*);
8void input_map_(char*,float*,int&);
9void ecrire_fits_(int&,int&,int&,float*,char*,char*,int&,float&,float&);
10
11}
12
13void anafast_(int&, int&, int&,double&,float*,float*,float*,float*,
14 float*,float*,float*)
15{
16cerr << "anafast_() bidon ... - Fonction vide - Reza 04/99 " << endl;
17throw " Unsupported function - anafast_() bidon ";
18}
19
20void synfast_(int&, int&, int&,int&, float&,float*,float*,float*,
21 double*, double*,double*,double*,double*,float*)
22{
23cerr << "synfast_() bidon ... - Fonction vide - Reza 04/99 " << endl;
24throw " Unsupported function - synfast_() bidon ";
25}
26
27void input_map_(char*,float*,int&)
28{
29cerr << "input_map_() bidon ... - Fonction vide - Reza 04/99 " << endl;
30throw " Unsupported function - input_map_() bidon " ;
31}
32
33void ecrire_fits_(int&,int&,int&,float*,char*,char*,int&,float&,float&)
34{
35cerr << "ecrire_fits_() bidon ... - Fonction vide - Reza 04/99 " << endl;
36throw " Unsupported function - ecrire_fits_() bidon " ;
37}
38
39
Note: See TracBrowser for help on using the repository browser.