Ignore:
Timestamp:
Feb 1, 2008, 10:36:04 AM (18 years ago)
Author:
ansari
Message:

Correction erreur sur idfe LONLONG_IMG (il manquait le _ ) , Reza 01/02/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsinoutfile.h

    r3447 r3452  
    3737 static int ImageType(int_2  d) { return SHORT_IMG; }
    3838 static int ImageType(int_4  d) { return LONG_IMG; }
    39 #ifdef LONGLONGIMG
     39#ifdef LONGLONG_IMG
    4040 static int ImageType(int_8  d) { return LONGLONG_IMG; }
    4141#else
Note: See TracChangeset for help on using the changeset viewer.