Changeset 1406 in Sophya for trunk/SophyaProg/Tests


Ignore:
Timestamp:
Feb 15, 2001, 6:59:13 PM (25 years ago)
Author:
ansari
Message:

compil tnt.cc avec KCC - Reza 15/2/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/tnt.cc

    r1343 r1406  
    196196    for(i = 0 ; i < 100000 ; i++) {
    197197        de[0] = i ;
    198         de[1] = sin(i) ;
     198        de[1] = sin((double)i) ;
    199199        fe[0] = i ;
    200         fe[1] = i * cos(i) ;
     200        fe[1] = i * cos((double)i) ;
    201201        fe[2] = 2*i ;
    202202        ie    = -i;
Note: See TracChangeset for help on using the changeset viewer.