ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/cmatrix.h
(Generate patch)

Comparing ray/src/util/cmatrix.h (file contents):
Revision 2.1 by greg, Mon Jan 20 21:29:04 2014 UTC vs.
Revision 2.2 by greg, Mon Jan 20 21:30:34 2014 UTC

# Line 38 | Line 38 | extern CMATRIX *cm_resize(CMATRIX *cm, int nrows);
38   #define cm_free(cm)     free(cm)
39  
40   /* Load header to obtain data type */
41 < int getDTfromHeader(FILE *fp);
41 > extern int getDTfromHeader(FILE *fp);
42  
43   /* Allocate and load a matrix from the given file (or stdin if NULL) */
44   extern CMATRIX *cm_load(const char *fname, int nrows, int ncols, int dtype);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines