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

Comparing ray/src/util/rmatrix.c (file contents):
Revision 2.2 by greg, Sat May 31 19:21:21 2014 UTC vs.
Revision 2.3 by greg, Tue Jul 8 16:39:41 2014 UTC

# Line 173 | Line 173 | rmx_load(const char *fname)
173   #endif
174          dinfo.nrows = dinfo.ncols = dinfo.ncomp = 0;
175          dinfo.dtype = DTascii;
176 <        if (getheader(fp, &get_dminfo, &dinfo) < 0) {
176 >        if (getheader(fp, get_dminfo, &dinfo) < 0) {
177                  fclose(fp);
178                  return(NULL);
179          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines