Changeset 1386 in Sophya for trunk/SophyaLib/BaseTools/dvlist.cc


Ignore:
Timestamp:
Jan 17, 2001, 10:59:57 AM (25 years ago)
Author:
ansari
Message:

Correction erreur introduite par DY - Reza 17/1/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/dvlist.cc

    r1384 r1386  
    352352{
    353353ValList::const_iterator it = mvlist.find(key);
    354 if (it == mvlist.end()) return(MuTyV( (long) 0));
     354if (it == mvlist.end()) return(MuTyV( (int_8) 0));
    355355else return((*it).second.elval);
    356356}
Note: See TracChangeset for help on using the changeset viewer.