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

Comparing ray/src/util/rmatrix.h (file contents):
Revision 2.17 by greg, Tue Nov 28 00:39:56 2023 UTC vs.
Revision 2.18 by greg, Tue Nov 28 21:07:20 2023 UTC

# Line 50 | Line 50 | extern int     rmx_newtype(int dtyp1, int dtyp2);
50   /* Read matrix header from input stream (cannot be XML) */
51   extern int      rmx_load_header(RMATRIX *rm, FILE *fp);
52  
53 + /* Load next row as double (cannot be XML) */
54 + extern int      rmx_load_row(double *drp, const RMATRIX *rm, FILE *fp);
55 +
56   /* Allocate & load post-header data from stream given type set in rm->dtype */
57   extern int      rmx_load_data(RMATRIX *rm, FILE *fp);
58  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines