Changeset 3744 in Sophya for trunk/Eval


Ignore:
Timestamp:
Feb 11, 2010, 11:15:13 AM (16 years ago)
Author:
ansari
Message:

correction pb compil avec gcc 4.2 , Reza 11/02/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/Speed/cpupower.c

    r3256 r3744  
    159159
    160160  printf("::::::: cpupower: OPE=%d SZ= %d ::::::: \n", OPE,SZ);
    161   x = malloc(SZ*sizeof(T_Type));
    162   y = malloc(SZ*sizeof(T_Type));
    163   z = malloc(SZ*sizeof(T_Type));
     161  x = (double *)malloc(SZ*sizeof(T_Type));
     162  y = (double *)malloc(SZ*sizeof(T_Type));
     163  z = (double *)malloc(SZ*sizeof(T_Type));
    164164
    165165  for(i=0; i<SZ; i++) {
Note: See TracChangeset for help on using the changeset viewer.