Changeset 626 in Sophya for trunk/Poubelle/archTOI.old/nrutil.c


Ignore:
Timestamp:
Nov 23, 1999, 5:00:43 PM (26 years ago)
Author:
ansari
Message:

linux -- temp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/nrutil.c

    r577 r626  
    1818}*/
    1919
    20 double *vector(long nl, long nh)
     20double *dvector(long nl, long nh)
    2121/* allocate a double vector with subscript range v[nl..nh] */
    2222{
     
    5858}
    5959
     60#if 0
    6061double *dvector(long nl, long nh)
    6162/* allocate a double vector with subscript range v[nl..nh] */
     
    6768        return v-nl+NR_END;
    6869}
     70#endif
    6971
    7072double **matrix(long nrl, long nrh, long ncl, long nch)
Note: See TracChangeset for help on using the changeset viewer.