Changeset 581 for soft/giet_vm/giet_libs


Ignore:
Timestamp:
Jun 4, 2015, 1:13:29 PM (9 years ago)
Author:
laurent
Message:

Adding ocean application, some mathematics functions and distributed locks

Location:
soft/giet_vm/giet_libs
Files:
20 added
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/stdio.c

    r580 r581  
    375375               
    376376                vald -= (double)intp;
    377                 decp = (unsigned int)(vald * 100000000);
     377                decp = (unsigned int)(vald * 1000000000);
    378378               
    379379                for(i = 0; i < 10; i++)
Note: See TracChangeset for help on using the changeset viewer.