Changeset 735 in Sophya for trunk/SophyaLib/NTools/dvlist.h


Ignore:
Timestamp:
Feb 22, 2000, 5:29:47 PM (26 years ago)
Author:
ansari
Message:

modif mineure ds DVList suite au mail D. Yvon - Reza 22/02/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/dvlist.h

    r718 r735  
    6060                            else return(atof(mtv.strv)); }
    6161  inline operator string() { char *ss=myStrBuf;
    62                             if (typ == 'I')  sprintf(ss,"%d", mtv.iv);
     62                            if (typ == 'I')  sprintf(ss,"%ld", mtv.iv);
    6363                            else if (typ == 'D') sprintf(ss,"%.20g", mtv.dv);
    6464                            else ss = mtv.strv;
Note: See TracChangeset for help on using the changeset viewer.