You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
582 B
14 lines
582 B
13 years ago
|
diff -ur cfitsio/longnam.h cfitsio.new/longnam.h
|
||
|
--- cfitsio/longnam.h 2011-05-19 22:52:26.000000000 +0200
|
||
|
+++ cfitsio.new/longnam.h 2012-07-06 00:03:02.512327034 +0200
|
||
|
@@ -19,7 +19,8 @@
|
||
|
file that was used to build the CFITSIO library is the same version
|
||
|
as included when compiling the application program
|
||
|
*/
|
||
|
-#define fits_open_file(A, B, C, D) ffopentest( CFITSIO_VERSION, A, B, C, D)
|
||
|
+//#define fits_open_file(A, B, C, D) ffopentest( CFITSIO_VERSION, A, B, C, D)
|
||
|
+#define fits_open_file ffopen
|
||
|
|
||
|
#define fits_open_data ffdopn
|
||
|
#define fits_open_table fftopn
|