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.2 by greg, Mon Jan 20 21:30:34 2014 UTC vs.
Revision 2.3 by greg, Mon Jan 20 22:18:29 2014 UTC

# Line 55 | Line 55 | extern CMATRIX *cm_multiply(const CMATRIX *cm1, const
55   /* print out matrix as ASCII text -- no header */
56   extern void cm_print(const CMATRIX *cm, FILE *fp);
57  
58 < /* Load and convert a matrix BSDF from the given XML file */
59 < extern CMATRIX *cm_loadBSDF(char *fname, COLOR cLamb);
58 > /* Load and convert a matrix BTDF from the given XML file */
59 > extern CMATRIX *cm_loadBTDF(char *fname);
60  
61   #ifdef __cplusplus
62   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines