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.cc

    r3447 r3452  
    2020    return "int_4";
    2121    break;
     22//  Support de cfitsio pour HDU_IMAGE avec data de type int_8
     23#ifdef LONGLONG_IMG
     24  case LONGLONG_IMG :
     25    return "int_8";
     26    break; 
     27#endif
    2228  case FLOAT_IMG :
    2329    return "r_4";
Note: See TracChangeset for help on using the changeset viewer.