Changeset 6794 for branches/refactor/ISLAND_HOPPING/trnsprob.cxx
- Timestamp:
- 07/09/10 14:32:07 (21 months ago)
- Files:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/refactor/ISLAND_HOPPING/trnsprob.cxx
r6516 r6794 157 157 double ***P; short j; 158 158 159 P= newVector(128,sizeof(double **));159 P=(double***)newVector(128,sizeof(double **)); 160 160 for(j=0;j<128;j++) P[j]=(double **)newMatrix(N,N,sizeof(double)); 161 161
