Ignore:
Timestamp:
Oct 23, 2009, 9:49:14 PM (16 years ago)
Author:
cmv
Message:
  • ajout des TArray/TMatrix/TVector <uint_1> et <int_1>
  • cet ajout n'a pas ete porte dans Image<T>
  • correction petit bug:

inline int_4 Convert(int_2& x) const {...}
-> inline int_2 Convert(int_2& x) const {...}

cmv 23/10/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/generaldata.cc

    r3235 r3661  
    980980if(str[0]=='o') return 2*NVar()+2;
    981981if(str[0]=='x') {sscanf(str,"x%d",&k); return k;}
    982 if(str[0]=='e')
     982if(str[0]=='e') {
    983983  if(str[1]=='y') return 2*NVar()+1;
    984984  else if(str[1]=='x') {sscanf(str,"ex%d",&k); return NVar()+k;}
     985 }
    985986return -1;
    986987}
Note: See TracChangeset for help on using the changeset viewer.