Show
Ignore:
Timestamp:
07/09/10 14:32:07 (21 months ago)
Author:
westram
Message:
  • compile ISLAND_HOPPING as C++
Files:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/refactor/ISLAND_HOPPING/trnsprob.cxx

    r6516 r6794  
    157157    double ***P; short j; 
    158158 
    159     P=newVector(128,sizeof(double **)); 
     159    P=(double***)newVector(128,sizeof(double **)); 
    160160    for(j=0;j<128;j++) P[j]=(double **)newMatrix(N,N,sizeof(double)); 
    161161