Ignore:
Timestamp:
Sep 24, 2002, 4:03:36 PM (23 years ago)
Author:
lemeur
Message:

toilette d'ete : rationalisation de types...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitstarray.cc

    r1388 r2197  
    125125    if ( typeid(T) == typeid(r_4) )  type='E';
    126126    else
    127       if ( typeid(T) == typeid(int_4) )  type='I';
     127      if ( typeid(T) == typeid(int_4) )  type='J';
    128128      else
    129129        {
Note: See TracChangeset for help on using the changeset viewer.